index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
signs.h
Age
Commit message (
Expand
)
Author
2006-08-26
(svn r6137) -Codechange: some very minor cleanups:
truelight
2006-08-22
(svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (...
truelight
2006-08-22
(svn r6054) Change the sign sorter in a similar way as the other sorters: Rem...
tron
2006-08-22
(svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID
truelight
2006-08-22
(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now fu...
truelight
2006-08-22
(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...
truelight
2005-12-24
(svn r3337) Remove an unused variable and add 2 times static
tron
2005-10-07
(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte...
tron
2005-09-18
(svn r2962) - const correctness for all Get* functions and most Draw* functio...
Darkvater
2005-07-24
(svn r2701) Insert Id tags into all source files
tron
2005-07-17
(svn r2626) static, const, misc.
tron
2005-06-24
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
2005-05-17
(svn r2342) - Fix (Regression): _cmd_text is always valid, so test the first ...
Darkvater
2005-03-26
(svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and...
truelight
2005-02-06
(svn r1834) - Fix: NPF does not check the owner of its target, busses try to ...
matthijs
2005-02-04
(svn r1787) -Add: Dynamic signs (euh.. yeah, this means you can built 64k signs)
truelight
2005-01-25
(svn r1667) - Feature: Signs are now shown in the color of the player who cre...
dominik
2005-01-22
(svn r1594) Convert all undefined parameter lists to (void) and add the appro...
tron
2005-01-12
(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it...
truelight