Mercurial > hg > openttd
graph
-
(svn r8121) WebTranslator2 update to 2007-01-14 19:39:35 draftSun, 14 Jan 2007 18:41:48 +0000, by miham
-
(svn r8120) -Fix (r8055): Station cargo waiting value clamp should be signed not unsigned. This resulted in cargo magically appearing... draftSun, 14 Jan 2007 18:38:40 +0000, by peter1138
-
(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). draftSun, 14 Jan 2007 17:17:30 +0000, by Darkvater
-
(svn r8118) -Codechange: change the ordering of the network list a little: draftSun, 14 Jan 2007 16:44:52 +0000, by rubidium
-
(svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8 draftSun, 14 Jan 2007 13:21:02 +0000, by KUDr
-
(svn r8112) -Codechange: MSVC solution files will now make it so that openttd will be THE startup project. draftSun, 14 Jan 2007 01:27:19 +0000, by belugas
-
(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. draftSat, 13 Jan 2007 18:55:54 +0000, by KUDr
-
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps draftSat, 13 Jan 2007 18:44:38 +0000, by glx
-
(svn r8108) WebTranslator2 update to 2007-01-13 19:32:03 draftSat, 13 Jan 2007 18:32:50 +0000, by miham
-
(svn r8107) -Codechange (r8106): Show the MD5SUM of the original GRF (saved in savegame) instead of that of the replacement so a user can still go hunt for the original GRF if needed. draftSat, 13 Jan 2007 17:44:11 +0000, by Darkvater
-
(svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match. draftSat, 13 Jan 2007 17:42:50 +0000, by Darkvater
-
(svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is omitted (or NULL) draftSat, 13 Jan 2007 17:23:02 +0000, by Darkvater
-
(svn r8104) -Fix: missing helpers.hpp added into source.list and VC draftSat, 13 Jan 2007 16:23:24 +0000, by KUDr
-
(svn r8103) -Docchange: Include station tile types used by RichK's airports draftSat, 13 Jan 2007 16:09:53 +0000, by peter1138
-
(svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast draftSat, 13 Jan 2007 15:55:22 +0000, by Darkvater
-
(svn r8100) -Propchange: EOL style changed to LF for /projects/generate draftSat, 13 Jan 2007 15:24:31 +0000, by KUDr
-
(svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx) draftSat, 13 Jan 2007 15:22:36 +0000, by KUDr
-
(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now draftSat, 13 Jan 2007 15:00:16 +0000, by tron
-
(svn r8096) -Codechange: Invert the check if you are allowed to clear a road tile so there are not so many negations (too confusing) and added some comments to further clarify what happens. draftSat, 13 Jan 2007 14:48:47 +0000, by Darkvater
-
(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h draftSat, 13 Jan 2007 14:43:46 +0000, by KUDr
-
(svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply' draftSat, 13 Jan 2007 14:01:05 +0000, by Darkvater
-
(svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it. draftSat, 13 Jan 2007 13:47:57 +0000, by Darkvater
-
(svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere. draftSat, 13 Jan 2007 13:33:36 +0000, by KUDr
-
(svn r8091) -Propchange: EOL style changed to LF for config.lib (fixes ./configure errors when sharing WC between linux and windows) draftSat, 13 Jan 2007 13:23:56 +0000, by KUDr