Sun, 14 Jan 2007 23:43:59 +0000 |
KUDr |
(svn r8139) -Cleanup: simplify auto_ptr initialization (Tron)
|
changeset |
files
|
Sun, 14 Jan 2007 23:36:25 +0000 |
KUDr |
(svn r8138) -Cleanup: comment style corrections
|
changeset |
files
|
Sun, 14 Jan 2007 23:09:25 +0000 |
rubidium |
(svn r8137) -Fix (FS#551, r4259, r4320): roadstop->num_vehicles was wrong for savegames with version 24 or lower and do not calculate roadstop->num_vehicles when reading the roadstops as the vehicles might not be loaded at that moment.
|
changeset |
files
|
Sun, 14 Jan 2007 23:02:12 +0000 |
KUDr |
(svn r8136) -Codechange: Station spread rectangle manipulators turned into StationRect::methods.
|
changeset |
files
|
Sun, 14 Jan 2007 22:43:19 +0000 |
Darkvater |
(svn r8135) -Fix (r7582): Don't assert on duplicate non-static grfs when removing duplicates as the PEBKAC effect can result in the user adding the same grf's in the config file.
|
changeset |
files
|
Sun, 14 Jan 2007 22:39:53 +0000 |
Darkvater |
(svn r8134) -Fix (r8013): Add a newline after the ShowInfo console output
|
changeset |
files
|
Sun, 14 Jan 2007 21:50:56 +0000 |
Darkvater |
(svn r8133) -Fix [FS#535]: "out of sprite memory" warning messages due to incorrect assumption of requested memory for sprites (smatz)
|
changeset |
files
|
Sun, 14 Jan 2007 21:32:13 +0000 |
Darkvater |
(svn r8132) -Fix (r6824): The game could crash when the chat key (<ENTER>) is pressed too vehemently during the join of the game. Your client's id does not exist in the clients list yet, and returns NULL.
|
changeset |
files
|
Sun, 14 Jan 2007 21:03:21 +0000 |
KUDr |
(svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data member ?<class>::<member>? of NULL object'. It is weird, but renaming the 'offsetof' macro helped.
|
changeset |
files
|
Sun, 14 Jan 2007 20:00:25 +0000 |
tron |
(svn r8130) Provide struct GoodsEntry with a constructor
|
changeset |
files
|
Sun, 14 Jan 2007 19:59:25 +0000 |
peter1138 |
(svn r8129) -Codechange: Change data tables to use split off palette map. And
|
changeset |
files
|
Sun, 14 Jan 2007 19:57:49 +0000 |
peter1138 |
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
|
changeset |
files
|
Sun, 14 Jan 2007 19:44:27 +0000 |
KUDr |
(svn r8127) -Fix (r8125): removed redundant free() call which is also in Station destructor (Tron)
|
changeset |
files
|
Sun, 14 Jan 2007 19:29:21 +0000 |
KUDr |
(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)
|
changeset |
files
|
Sun, 14 Jan 2007 19:18:50 +0000 |
KUDr |
(svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp).
|
changeset |
files
|
Sun, 14 Jan 2007 19:13:36 +0000 |
KUDr |
(svn r8124) -Add [DEBUG]: _debug_station_level
|
changeset |
files
|
Sun, 14 Jan 2007 19:06:11 +0000 |
maedhros |
(svn r8123) -Fix (r117): FindFirstBit now really returns the first bit. Fixes bug FS#538.
|
changeset |
files
|
Sun, 14 Jan 2007 18:57:39 +0000 |
KUDr |
(svn r8122) -Fix[LANG]: terror in czech lang file (again)
|
changeset |
files
|
Sun, 14 Jan 2007 18:41:48 +0000 |
miham |
(svn r8121) WebTranslator2 update to 2007-01-14 19:39:35
|
changeset |
files
|
Sun, 14 Jan 2007 18:38:40 +0000 |
peter1138 |
(svn r8120) -Fix (r8055): Station cargo waiting value clamp should be signed not unsigned. This resulted in cargo magically appearing...
|
changeset |
files
|
Sun, 14 Jan 2007 17:17:30 +0000 |
Darkvater |
(svn r8119) -Fix (r8101): Uninitializing windows should be called before freeing dynamic variables as windows could use those variables during cleanup (eg WE_DESTROY calling GetStation(w->window_number).
|
changeset |
files
|
Sun, 14 Jan 2007 16:44:52 +0000 |
rubidium |
(svn r8118) -Codechange: change the ordering of the network list a little:
|
changeset |
files
|
Sun, 14 Jan 2007 13:21:02 +0000 |
KUDr |
(svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8
|
changeset |
files
|
Sun, 14 Jan 2007 13:09:17 +0000 |
tron |
(svn r8116) Undo r8113
|
changeset |
files
|
Sun, 14 Jan 2007 08:37:16 +0000 |
tron |
(svn r8114) Allocate struct GRFText in the C++ way
|
changeset |
files
|
Sun, 14 Jan 2007 08:34:38 +0000 |
tron |
(svn r8113) Fix the #include path to table/strings.h
|
changeset |
files
|
Sun, 14 Jan 2007 01:27:19 +0000 |
belugas |
(svn r8112) -Codechange: MSVC solution files will now make it so that openttd will be THE startup project.
|
changeset |
files
|
Sat, 13 Jan 2007 21:28:46 +0000 |
glx |
(svn r8111) -Fix r8106: silence warnings
|
changeset |
files
|
Sat, 13 Jan 2007 18:55:54 +0000 |
KUDr |
(svn r8110) -Codechange: direct Vehicle::current_order.type changes (to OT_LOADING and OT_LEAVESTATION) replaced by v->BeginLoading() and v->LeaveStation() calls. This should allow easy hooking of those state transitions in order to maintain vehicle loading queue.
|
changeset |
files
|
Sat, 13 Jan 2007 18:44:38 +0000 |
glx |
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
|
changeset |
files
|