peter1138 [Sun, 14 Jan 2007 18:38:40 +0000] rev 5911
(svn r8120) -Fix (r8055): Station cargo waiting value clamp should be signed not unsigned. This resulted in cargo magically appearing...
Darkvater [Sun, 14 Jan 2007 17:17:30 +0000] rev 5910
(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).
-Merged UnInitializeGame with UnInitializeAirports and UnInitializeDynamicVariables
rubidium [Sun, 14 Jan 2007 16:44:52 +0000] rev 5909
(svn r8118) -Codechange: change the ordering of the network list a little:
- servers we have information about go above servers we do not have information about.
- servers that are version compatible go above servers we are not version compatible with.
- servers we have all required NewGRFs for go above servers we miss NewGRFs for.
- unpassworded servers go above passworded servers.
KUDr [Sun, 14 Jan 2007 13:21:02 +0000] rev 5908
(svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8
tron [Sun, 14 Jan 2007 13:09:17 +0000] rev 5907
(svn r8116) Undo r8113
tron [Sun, 14 Jan 2007 08:37:16 +0000] rev 5906
(svn r8114) Allocate struct GRFText in the C++ way
tron [Sun, 14 Jan 2007 08:34:38 +0000] rev 5905
(svn r8113) Fix the #include path to table/strings.h
belugas [Sun, 14 Jan 2007 01:27:19 +0000] rev 5904
(svn r8112) -Codechange: MSVC solution files will now make it so that openttd will be THE startup project.
Take note that it will only be the case on a clean checkout, without any other files than those coming from that checkout.
glx [Sat, 13 Jan 2007 21:28:46 +0000] rev 5903
(svn r8111) -Fix r8106: silence warnings
KUDr [Sat, 13 Jan 2007 18:55:54 +0000] rev 5902
(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.
glx [Sat, 13 Jan 2007 18:44:38 +0000] rev 5901
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
miham [Sat, 13 Jan 2007 18:32:50 +0000] rev 5900
(svn r8108) WebTranslator2 update to 2007-01-13 19:32:03
danish - 56 changed by MiR (56)
french - 4 fixed by glx (4)
japanese - 77 fixed, 23 changed by ickoonite (100)
norwegian_nynorsk - 5 fixed, 1 changed by pollux (6)
turkish - 4 fixed by jnmbk (4)
Darkvater [Sat, 13 Jan 2007 17:44:11 +0000] rev 5899
(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.
Darkvater [Sat, 13 Jan 2007 17:42:50 +0000] rev 5898
(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.
-GRF Window colour-codes changed a bit: Static is now grey, and compatible GRF (found locally only based on GRFID) are shown in orange. Compatible GRF's also have an orange status/warning text saying they're not the original the game was saved with.
-Loaded games with something amiss regarding GRF's will show an appropiate warning message.
Darkvater [Sat, 13 Jan 2007 17:23:02 +0000] rev 5897
(svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is omitted (or NULL)
only a check for GRFID is done and not on md5sum as well. Remove blanksum in the function as it's obsoleted
KUDr [Sat, 13 Jan 2007 16:23:24 +0000] rev 5896
(svn r8104) -Fix: missing helpers.hpp added into source.list and VC
peter1138 [Sat, 13 Jan 2007 16:09:53 +0000] rev 5895
(svn r8103) -Docchange: Include station tile types used by RichK's airports
Darkvater [Sat, 13 Jan 2007 15:55:22 +0000] rev 5894
(svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast
Darkvater [Sat, 13 Jan 2007 15:50:36 +0000] rev 5893
(svn r8101) -Fix (runknown): Plug potential memleaks when calling UnInitWindowSystem. The function directly deleted all windows instead of calling their respective deallocators which could then in turn any used memory.
KUDr [Sat, 13 Jan 2007 15:24:31 +0000] rev 5892
(svn r8100) -Propchange: EOL style changed to LF for /projects/generate
KUDr [Sat, 13 Jan 2007 15:22:36 +0000] rev 5891
(svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx)
Darkvater [Sat, 13 Jan 2007 15:00:40 +0000] rev 5890
(svn r8098) -Fix (r6964): For editboxen, always fill the background with black, and not only after a valid call to FillDrawPixelInfo. This solves some graphics glitches with background widget-colour showing through on frequent redraws.
tron [Sat, 13 Jan 2007 15:00:16 +0000] rev 5889
(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now
Darkvater [Sat, 13 Jan 2007 14:48:47 +0000] rev 5888
(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.
KUDr [Sat, 13 Jan 2007 14:43:46 +0000] rev 5887
(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
Darkvater [Sat, 13 Jan 2007 14:01:05 +0000] rev 5886
(svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply'
in the newgrf window, instead of the local list.
Darkvater [Sat, 13 Jan 2007 13:47:57 +0000] rev 5885
(svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it.
KUDr [Sat, 13 Jan 2007 13:33:36 +0000] rev 5884
(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.
KUDr [Sat, 13 Jan 2007 13:23:56 +0000] rev 5883
(svn r8091) -Propchange: EOL style changed to LF for config.lib (fixes ./configure errors when sharing WC between linux and windows)
Darkvater [Sat, 13 Jan 2007 13:13:32 +0000] rev 5882
(svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'...