Age | Commit message (Expand) | Author |
2007-01-14 | (svn r8138) -Cleanup: comment style corrections | KUDr |
2007-01-14 | (svn r8137) -Fix (FS#551, r4259, r4320): roadstop->num_vehicles was wrong for... | rubidium |
2007-01-14 | (svn r8136) -Codechange: Station spread rectangle manipulators turned into St... | KUDr |
2007-01-14 | (svn r8135) -Fix (r7582): Don't assert on duplicate non-static grfs when remo... | Darkvater |
2007-01-14 | (svn r8134) -Fix (r8013): Add a newline after the ShowInfo console output | Darkvater |
2007-01-14 | (svn r8133) -Fix [FS#535]: "out of sprite memory" warning messages due to inc... | Darkvater |
2007-01-14 | (svn r8132) -Fix (r6824): The game could crash when the chat key (<ENTER>) is... | Darkvater |
2007-01-14 | (svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data mem... | KUDr |
2007-01-14 | (svn r8130) Provide struct GoodsEntry with a constructor | tron |
2007-01-14 | (svn r8129) -Codechange: Change data tables to use split off palette map. And | peter1138 |
2007-01-14 | (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ... | peter1138 |
2007-01-14 | (svn r8127) -Fix (r8125): removed redundant free() call which is also in Stat... | KUDr |
2007-01-14 | (svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (st... | KUDr |
2007-01-14 | (svn r8125) -Codechange: Station is now constructed/destroyed using new/delet... | KUDr |
2007-01-14 | (svn r8124) -Add [DEBUG]: _debug_station_level | KUDr |
2007-01-14 | (svn r8123) -Fix (r117): FindFirstBit now really returns the first bit. Fixes... | maedhros |
2007-01-14 | (svn r8122) -Fix[LANG]: terror in czech lang file (again) | KUDr |
2007-01-14 | (svn r8121) WebTranslator2 update to 2007-01-14 19:39:35 | miham |
2007-01-14 | (svn r8120) -Fix (r8055): Station cargo waiting value clamp should be signed ... | peter1138 |
2007-01-14 | (svn r8119) -Fix (r8101): Uninitializing windows should be called before free... | Darkvater |
2007-01-14 | (svn r8118) -Codechange: change the ordering of the network list a little: | rubidium |
2007-01-14 | (svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8 | KUDr |
2007-01-14 | (svn r8116) Undo r8113 | tron |
2007-01-14 | (svn r8114) Allocate struct GRFText in the C++ way | tron |
2007-01-14 | (svn r8113) Fix the #include path to table/strings.h | tron |
2007-01-13 | (svn r8111) -Fix r8106: silence warnings | glx |
2007-01-13 | (svn r8110) -Codechange: direct Vehicle::current_order.type changes (to OT_LO... | KUDr |
2007-01-13 | (svn r8108) WebTranslator2 update to 2007-01-13 19:32:03 | miham |
2007-01-13 | (svn r8107) -Codechange (r8106): Show the MD5SUM of the original GRF (saved i... | Darkvater |
2007-01-13 | (svn r8106) -Feature/Fix: Add the ability to load savegames when you don't ha... | Darkvater |
2007-01-13 | (svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is ... | Darkvater |
2007-01-13 | (svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast | Darkvater |
2007-01-13 | (svn r8101) -Fix (runknown): Plug potential memleaks when calling UnInitWindo... | Darkvater |
2007-01-13 | (svn r8098) -Fix (r6964): For editboxen, always fill the background with blac... | Darkvater |
2007-01-13 | (svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). ... | tron |
2007-01-13 | (svn r8096) -Codechange: Invert the check if you are allowed to clear a road ... | Darkvater |
2007-01-13 | (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to... | KUDr |
2007-01-13 | (svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list a... | Darkvater |
2007-01-13 | (svn r8093) -Codechange: Add a function to get a string representation of an ... | Darkvater |
2007-01-13 | (svn r8092) -Codechange: header files with miscellaneous template classes (sm... | KUDr |
2007-01-13 | (svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'... | Darkvater |
2007-01-13 | (svn r8089) -[win32] MS-borkedness: All *nprintf functions are broken, but we... | Darkvater |
2007-01-13 | (svn r8088) -Regression (r8087): Fix japanese translation by adding missing {... | tron |
2007-01-13 | (svn r8087) [Translations] Japanese translation manually updated by ickoonite | miham |
2007-01-13 | (svn r8086) WebTranslator2 update to 2007-01-13 08:18:52 | miham |
2007-01-12 | (svn r8085) [Translations] fixed the filenames to the scheme the others use, ... | miham |
2007-01-12 | (svn r8084) [Translations] Added nynorsk translation (pollux), renamed norweg... | miham |
2007-01-12 | (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ... | rubidium |
2007-01-12 | (svn r8082) WebTranslator2 update to 2007-01-12 19:31:14 | miham |
2007-01-12 | (svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the us... | peter1138 |