Sun, 06 May 2007 08:50:03 +0000 |
maedhros |
(svn r9792) -Fix (r9734): Pause on newgame should only apply to games, not the scenario editor.
|
changeset |
files
|
Sat, 05 May 2007 23:21:49 +0000 |
glx |
(svn r9791) -Fix (r9779, FS#766): add TownLayoutByte to correctly save town layout value
|
changeset |
files
|
Sat, 05 May 2007 10:47:35 +0000 |
peter1138 |
(svn r9790) -Codechange: [NewGRF] Skip action 1 sprites in all stages except activation. This also cleans up some special-case handling of the sprites. Actions 1 and 2 are now not considered unsafe, as an Action 3 (which is unsafe) is required for them.
|
changeset |
files
|
Sat, 05 May 2007 09:51:26 +0000 |
rubidium |
(svn r9789) -Fix (r9770): vehicles didn't get unloaded when 'full load' was specified and the vehicle was already full when it entered.
|
changeset |
files
|
Fri, 04 May 2007 22:45:37 +0000 |
glx |
(svn r9785) -Fix (r942, FS#765): only non dedicated servers can't have 0 players
|
changeset |
files
|
Fri, 04 May 2007 22:38:36 +0000 |
rubidium |
(svn r9784) -Codechange: remove unused variable.
|
changeset |
files
|
Fri, 04 May 2007 19:24:01 +0000 |
peter1138 |
(svn r9780) -Codechange: [NewGRF] Add support for variable vehicle weight for trains (callback 36, property 16)
|
changeset |
files
|
Fri, 04 May 2007 16:27:13 +0000 |
belugas |
(svn r9779) -Feature: Add the possiblity to choose different road patterns for towns to use.
|
changeset |
files
|
Fri, 04 May 2007 07:08:35 +0000 |
peter1138 |
(svn r9775) -Fix: Remove arbitrary limit on length of NewGRF strings.
|
changeset |
files
|
Thu, 03 May 2007 20:31:25 +0000 |
miham |
(svn r9774) -Update: WebTranslator2 update to 2007-05-03 22:30:56
|
changeset |
files
|
Thu, 03 May 2007 17:07:51 +0000 |
glx |
(svn r9773) -Fix r9772: MSVC warning
|
changeset |
files
|
Thu, 03 May 2007 11:02:37 +0000 |
rubidium |
(svn r9772) -Fix [r9770,FS#761]: under some circumstances loading/unloading didn't work (correctly).
|
changeset |
files
|
Wed, 02 May 2007 19:00:59 +0000 |
peter1138 |
(svn r9771) -Feature: (-tte) Add password protected status to 'players' (network server) console command. (mostly dihedral)
|
changeset |
files
|
Wed, 02 May 2007 18:29:11 +0000 |
rubidium |
(svn r9770) -Codechange: perform the payment of cargo when loading/unloading, but when arriving at the station.
|
changeset |
files
|
Wed, 02 May 2007 15:20:48 +0000 |
belugas |
(svn r9769) [newGRF] -Feature: Add translation support for Esperanto, Bulgarian, Japanese and Korean
|
changeset |
files
|
Wed, 02 May 2007 09:39:11 +0000 |
rubidium |
(svn r9765) -Codechange: constify some class functions.
|
changeset |
files
|
Wed, 02 May 2007 09:29:41 +0000 |
rubidium |
(svn r9764) -Codechange: replace some lookup tables by functions.
|
changeset |
files
|
Tue, 01 May 2007 18:17:52 +0000 |
rubidium |
(svn r9763) -Codechange/Fix (r9760): don't read the variables that are calculated automatically either.
|
changeset |
files
|
Tue, 01 May 2007 17:16:51 +0000 |
belugas |
(svn r9762) -Feature: Two new difficulty settings : Very low number of towns and very low number of industries
|
changeset |
files
|
Tue, 01 May 2007 16:45:03 +0000 |
rubidium |
(svn r9761) -Codechange: refactor cargo payment out of LoadUnloadVehicle.
|
changeset |
files
|
Tue, 01 May 2007 16:35:14 +0000 |
rubidium |
(svn r9760) -Codechange: remove the need for saving some vehicle variables.
|
changeset |
files
|
Tue, 01 May 2007 15:25:00 +0000 |
truelight |
(svn r9759) -Add: added threading code for MorphOS (tokai)
|
changeset |
files
|
Tue, 01 May 2007 06:43:18 +0000 |
peter1138 |
(svn r9758) -Fix (FS#756): Ignore bit 1 (axis) of station tile layouts
|
changeset |
files
|
Mon, 30 Apr 2007 20:05:31 +0000 |
rubidium |
(svn r9757) -Fix [FS#1244842]: when you have closed the "Load game"/"New game" windows accessible from the "New Server" window, any creation of new game/loading from the intro menu should not start a server.
|
changeset |
files
|
Sun, 29 Apr 2007 22:51:12 +0000 |
rubidium |
(svn r9756) -Fix [FS#755]: LeaveStation wasn't always called when a station was left.
|
changeset |
files
|
Sun, 29 Apr 2007 22:33:51 +0000 |
rubidium |
(svn r9755) -Codechange: refactor some more of the begin loading stuff.
|
changeset |
files
|
Sun, 29 Apr 2007 21:24:08 +0000 |
rubidium |
(svn r9754) -Codechange: make classes for all vehicle types, so we can make nicer/better maintainable code, i.e. virtual methods instead of switches.
|
changeset |
files
|
Sun, 29 Apr 2007 20:16:58 +0000 |
bjarni |
(svn r9753) -Fix [FS#732]: trains are lost after autorenewal/autoreplace
|
changeset |
files
|
Sun, 29 Apr 2007 18:21:24 +0000 |
rubidium |
(svn r9752) -Codechange: remove some duplication related to BeginLoading.
|
changeset |
files
|
Sun, 29 Apr 2007 10:14:42 +0000 |
KUDr |
(svn r9746) -Codechange [YAPF]: added DEBUGs level 0 if the current train order is OT_GOTO_WAYPOINT and waypoint is invalid or v->dest_tile is wrong
|
changeset |
files
|