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.c
Age
Commit message (
Expand
)
Author
2005-12-24
(svn r3337) Remove an unused variable and add 2 times static
tron
2005-12-24
(svn r3331) CMD_PLACE_SIGN doesn't use p1, so don't pass anything seemingly m...
tron
2005-07-30
(svn r2759) Remove unused #includes and files
tron
2005-07-24
(svn r2701) Insert Id tags into all source files
tron
2005-07-22
(svn r2673) Include functions.h directly, not globally via openttd.h
tron
2005-07-21
(svn r2664) Remove depedency on player.h from variables.h
tron
2005-07-21
(svn r2663) Include variables.h only in these files which need it, not global...
tron
2005-06-24
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
2005-06-02
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
2005-05-30
(svn r2387) - CodeChange: made the saveload code more readable and also remov...
Darkvater
2005-05-17
(svn r2342) - Fix (Regression): _cmd_text is always valid, so test the first ...
Darkvater
2005-05-17
(svn r2340) - Fix (Regression): [ 1203731 ] Signs don't work in multiplayer, ...
Darkvater
2005-05-15
(svn r2324) Introduce _cmd_text for passing strings with a command instead of...
tron
2005-05-12
(svn r2297) - CodeChange: server-check the next batch of commands.
Darkvater
2005-03-26
(svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and...
truelight
2005-02-22
(svn r1908) - Fix: [ 1149403 ] Signals dissaper after typing text and pressin...
Darkvater
2005-02-06
(svn r1832) Next byte -> char iteration: custom names
tron
2005-02-04
(svn r1787) -Add: Dynamic signs (euh.. yeah, this means you can built 64k signs)
truelight
2005-01-28
(svn r1705) Sign owner variable is a byte, not int32 of course
dominik
2005-01-25
(svn r1673) - Codechange: Removed some redundant comments from r1667
dominik
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 r1488) -Fix: fixed some spelling mistakes (tnx to Tron)
truelight
2005-01-12
(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it...
truelight