summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-01-14(svn r8121) WebTranslator2 update to 2007-01-14 19:39:35miham
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 VC8KUDr
2007-01-14(svn r8116) Undo r8113tron
2007-01-14(svn r8114) Allocate struct GRFText in the C++ waytron
2007-01-14(svn r8113) Fix the #include path to table/strings.htron
2007-01-13(svn r8111) -Fix r8106: silence warningsglx
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:03miham
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 castDarkvater
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 ickoonitemiham
2007-01-13(svn r8086) WebTranslator2 update to 2007-01-13 08:18:52miham
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:14miham
2007-01-12(svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the us...peter1138
2007-01-12(svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #...Darkvater
2007-01-12(svn r8079) -Fix [YAPF]: float division by zero when calculating stats (YAPF ...KUDr
2007-01-12(svn r8078) -Codechange: rewrite UDP part of the network code to make use cla...rubidium
2007-01-12(svn r8077) -Cleanup: Restructure some switch() statements' default case when...Darkvater
2007-01-12(svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)maedhros
2007-01-12(svn r8074) -Fix (FS#537, r7555, r5749): revert r7555 because it was really w...rubidium
2007-01-12(svn r8073) WebTranslator2 update to 2007-01-12 08:35:48miham
2007-01-12(svn r8071) -Fix (r5999): [FS#536] Merging 32bit dates broke the inauguration...Darkvater
2007-01-11(svn r8070) -Fix r5815: missing initialisation could cause crash when loading...glx
2007-01-11(svn r8069) [Translations] Moved japanese from unfinished, good job translatorsmiham
2007-01-11(svn r8068) WebTranslator2 update to 2007-01-11 19:35:48miham
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-11(svn r8065) -Feature: The station list does now remember the sort settingscelestar
2007-01-11(svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' ...peter1138
2007-01-11(svn r8062) -Codechange: change newgrf varaction2 value from signed to unsignedpeter1138
2007-01-11(svn r8061) -Fix r8055: obj-c can't handle templatesbjarni
2007-01-11(svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAXcelestar