Sun, 14 Jan 2007 22:39:53 +0000 Darkvater (svn r8134) -Fix (r8013): Add a newline after the ShowInfo console output
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)
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.
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.
Sun, 14 Jan 2007 20:00:25 +0000 tron (svn r8130) Provide struct GoodsEntry with a constructor
Sun, 14 Jan 2007 19:59:25 +0000 peter1138 (svn r8129) -Codechange: Change data tables to use split off palette map. And
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Sun, 14 Jan 2007 19:44:27 +0000 KUDr (svn r8127) -Fix (r8125): removed redundant free() call which is also in Station destructor (Tron)
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)
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).
Sun, 14 Jan 2007 19:13:36 +0000 KUDr (svn r8124) -Add [DEBUG]: _debug_station_level
Sun, 14 Jan 2007 19:06:11 +0000 maedhros (svn r8123) -Fix (r117): FindFirstBit now really returns the first bit. Fixes bug FS#538.
Sun, 14 Jan 2007 18:57:39 +0000 KUDr (svn r8122) -Fix[LANG]: terror in czech lang file (again)
Sun, 14 Jan 2007 18:41:48 +0000 miham (svn r8121) WebTranslator2 update to 2007-01-14 19:39:35
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...
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).
Sun, 14 Jan 2007 16:44:52 +0000 rubidium (svn r8118) -Codechange: change the ordering of the network list a little:
Sun, 14 Jan 2007 13:21:02 +0000 KUDr (svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8
Sun, 14 Jan 2007 13:09:17 +0000 tron (svn r8116) Undo r8113
Sun, 14 Jan 2007 08:37:16 +0000 tron (svn r8114) Allocate struct GRFText in the C++ way
Sun, 14 Jan 2007 08:34:38 +0000 tron (svn r8113) Fix the #include path to table/strings.h
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.
Sat, 13 Jan 2007 21:28:46 +0000 glx (svn r8111) -Fix r8106: silence warnings
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.
Sat, 13 Jan 2007 18:44:38 +0000 glx (svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
Sat, 13 Jan 2007 18:32:50 +0000 miham (svn r8108) WebTranslator2 update to 2007-01-13 19:32:03
Sat, 13 Jan 2007 17:44:11 +0000 Darkvater (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.
Sat, 13 Jan 2007 17:42:50 +0000 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.
Sat, 13 Jan 2007 17:23:02 +0000 Darkvater (svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is omitted (or NULL)
Sat, 13 Jan 2007 16:23:24 +0000 KUDr (svn r8104) -Fix: missing helpers.hpp added into source.list and VC
Sat, 13 Jan 2007 16:09:53 +0000 peter1138 (svn r8103) -Docchange: Include station tile types used by RichK's airports
Sat, 13 Jan 2007 15:55:22 +0000 Darkvater (svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast
Sat, 13 Jan 2007 15:50:36 +0000 Darkvater (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.
Sat, 13 Jan 2007 15:24:31 +0000 KUDr (svn r8100) -Propchange: EOL style changed to LF for /projects/generate
Sat, 13 Jan 2007 15:22:36 +0000 KUDr (svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx)
Sat, 13 Jan 2007 15:00:40 +0000 Darkvater (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.
Sat, 13 Jan 2007 15:00:16 +0000 tron (svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now
Sat, 13 Jan 2007 14:48:47 +0000 Darkvater (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.
Sat, 13 Jan 2007 14:43:46 +0000 KUDr (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
Sat, 13 Jan 2007 14:01:05 +0000 Darkvater (svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply'
Sat, 13 Jan 2007 13:47:57 +0000 Darkvater (svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it.
Sat, 13 Jan 2007 13:33:36 +0000 KUDr (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.
Sat, 13 Jan 2007 13:23:56 +0000 KUDr (svn r8091) -Propchange: EOL style changed to LF for config.lib (fixes ./configure errors when sharing WC between linux and windows)
Sat, 13 Jan 2007 13:13:32 +0000 Darkvater (svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'...
Sat, 13 Jan 2007 13:06:18 +0000 Darkvater (svn r8089) -[win32] MS-borkedness: All *nprintf functions are broken, but we didn't test to fix it ourselves when 'len = count'.
Sat, 13 Jan 2007 10:38:58 +0000 tron (svn r8088) -Regression (r8087): Fix japanese translation by adding missing { and removing spurious 0
Sat, 13 Jan 2007 07:31:35 +0000 miham (svn r8087) [Translations] Japanese translation manually updated by ickoonite
Sat, 13 Jan 2007 07:19:26 +0000 miham (svn r8086) WebTranslator2 update to 2007-01-13 08:18:52
Fri, 12 Jan 2007 22:32:58 +0000 miham (svn r8085) [Translations] fixed the filenames to the scheme the others use, updated projectfile, sorry
Fri, 12 Jan 2007 22:27:27 +0000 miham (svn r8084) [Translations] Added nynorsk translation (pollux), renamed norwegian to norwegian bokmal, moved nynorsk to finished languages, and updated project files.
Fri, 12 Jan 2007 20:19:49 +0000 rubidium (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.
Fri, 12 Jan 2007 18:32:39 +0000 miham (svn r8082) WebTranslator2 update to 2007-01-12 19:31:14
Fri, 12 Jan 2007 16:44:08 +0000 peter1138 (svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting.
Fri, 12 Jan 2007 16:30:41 +0000 Darkvater (svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #ifndef and some style changes.
Fri, 12 Jan 2007 15:43:00 +0000 KUDr (svn r8079) -Fix [YAPF]: float division by zero when calculating stats (YAPF cache hit ratio). Caused BSOD on Win9x. (thanks 3iff for report, Darkvater for help)
Fri, 12 Jan 2007 14:30:01 +0000 rubidium (svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.
Fri, 12 Jan 2007 14:28:00 +0000 Darkvater (svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable
Fri, 12 Jan 2007 11:20:34 +0000 maedhros (svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)
Fri, 12 Jan 2007 08:37:14 +0000 rubidium (svn r8074) -Fix (FS#537, r7555, r5749): revert r7555 because it was really wrong and fix the off-by-one error due to truncation that was supposedly fixed by r7555.
Fri, 12 Jan 2007 07:37:35 +0000 miham (svn r8073) WebTranslator2 update to 2007-01-12 08:35:48