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
/
players.cpp
Age
Commit message (
Expand
)
Author
2007-06-21
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla...
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 r10205) -Codechange: refactor returning of cost, so it can be more easil...
rubidium
2007-06-18
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
rubidium
2007-06-10
(svn r10080) -Cleanup: replaced magic numbers in SubtractMoneyFromAnyPlayer()...
bjarni
2007-05-27
(svn r9956) -Codechange: Add tram livery schemes
peter1138
2007-05-25
(svn r9917) -Codechange: prepare some more areas for more road types.
rubidium
2007-05-19
(svn r9879) -Fix (r9874): global autoreplace was little broken ;)
rubidium
2007-05-19
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...
rubidium
2007-05-01
(svn r9760) -Codechange: remove the need for saving some vehicle variables.
rubidium
2007-04-17
(svn r9664) -Documentation: Doxygen corrections,errors and omissions
belugas
2007-03-30
(svn r9529) -Fix [FS#705]: when 2 clients joined together, the second asserte...
truelight
2007-03-21
(svn r9391) -Documentation : correct Doxygen of comments and @file inclusion....
belugas
2007-03-20
(svn r9377) -Fix (r9376): the off-by-one error was also present at another lo...
rubidium
2007-03-08
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...
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-02-25
(svn r8892) -Fix (r8879): swapped the eye colour and eyebrow bits.
rubidium
2007-02-24
(svn r8887) -Fix (r8879)[MorphOS]: initialization of mouth_table[] skipped by...
KUDr
2007-02-24
(svn r8879) -Codechange: make DrawPlayerFace easier to read.
rubidium
2007-02-23
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...
belugas
2007-02-06
(svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace...
bjarni
2007-01-30
(svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member ...
belugas
2007-01-24
(svn r8385) -Fix
tron
2007-01-21
(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and ...
maedhros
2007-01-16
(svn r8155) -Fix: fixed compilation when --disable-network is in use
bjarni
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...
peter1138
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr