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
/
src
/
player.h
Age
Commit message (
Expand
)
Author
2007-11-24
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...
skidd13
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-11-11
(svn r11407) -Fix: do not allow building of tram-tracks when they are not ava...
truelight
2007-10-15
(svn r11269) -Feature: user customisable faces. Patch by BigBB.
rubidium
2007-08-31
(svn r11023) -Fix [FS#1150]: Switching players (using the cheat) crashed on B...
rubidium
2007-07-24
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> t...
rubidium
2007-07-24
(svn r10672) -Codechange: typify some parameters/variables.
rubidium
2007-06-21
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...
rubidium
2007-06-18
(svn r10210) -Codechange: make all money related variables 64 bits, so overfl...
rubidium
2007-06-18
(svn r10208) -Codechange: replace int32 with Money where appropriate.
rubidium
2007-06-18
(svn r10207) -Codechange: remove the redundant player_money in favour of the ...
rubidium
2007-06-18
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
rubidium
2007-06-14
(svn r10158) -Codechange: port some changes from NoAI and FS#872 to make the ...
rubidium
2007-05-25
(svn r9917) -Codechange: prepare some more areas for more road types.
rubidium
2007-05-19
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...
rubidium
2007-03-21
(svn r9391) -Documentation : correct Doxygen of comments and @file inclusion....
belugas
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-03-02
(svn r8969) -Codechange: rework of the player face bits.
rubidium
2007-01-21
(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and ...
maedhros
2007-01-18
(svn r8272) -Fix (r8038): signed/unsigned change - PlayerID is now enum (sign...
KUDr
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-02
(svn r7759) -Merge: makefile rewrite. This merge features:
rubidium