Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-13 | (svn r8111) -Fix r8106: silence warnings | glx | |
2007-01-13 | (svn r8110) -Codechange: direct Vehicle::current_order.type changes (to ↵ | KUDr | |
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. | |||
2007-01-13 | (svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps | glx | |
2007-01-13 | (svn r8108) WebTranslator2 update to 2007-01-13 19:32:03 | miham | |
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) | |||
2007-01-13 | (svn r8107) -Codechange (r8106): Show the MD5SUM of the original GRF (saved ↵ | Darkvater | |
in savegame) instead of that of the replacement so a user can still go hunt for the original GRF if needed. | |||
2007-01-13 | (svn r8106) -Feature/Fix: Add the ability to load savegames when you don't ↵ | Darkvater | |
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. | |||
2007-01-13 | (svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is ↵ | Darkvater | |
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 | |||
2007-01-13 | (svn r8104) -Fix: missing helpers.hpp added into source.list and VC | KUDr | |
2007-01-13 | (svn r8103) -Docchange: Include station tile types used by RichK's airports | peter1138 | |
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 ↵ | Darkvater | |
UnInitWindowSystem. The function directly deleted all windows instead of calling their respective deallocators which could then in turn any used memory. | |||
2007-01-13 | (svn r8100) -Propchange: EOL style changed to LF for /projects/generate | KUDr | |
2007-01-13 | (svn r8099) -Fix (r8092): source.list updated to reflect move of header ↵ | KUDr | |
files (thanks stillunknown). vcproj files updated too (thanks glx) | |||
2007-01-13 | (svn r8098) -Fix (r6964): For editboxen, always fill the background with ↵ | Darkvater | |
black, and not only after a valid call to FillDrawPixelInfo. This solves some graphics glitches with background widget-colour showing through on frequent redraws. | |||
2007-01-13 | (svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). ↵ | tron | |
Additionally the test takes O(1) instead of O(n) now | |||
2007-01-13 | (svn r8096) -Codechange: Invert the check if you are allowed to clear a road ↵ | Darkvater | |
tile so there are not so many negations (too confusing) and added some comments to further clarify what happens. | |||
2007-01-13 | (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h ↵ | KUDr | |
to gfx.h | |||
2007-01-13 | (svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list ↵ | Darkvater | |
after pressing 'apply' in the newgrf window, instead of the local list. | |||
2007-01-13 | (svn r8093) -Codechange: Add a function to get a string representation of an ↵ | Darkvater | |
MD5SUM and use it. | |||
2007-01-13 | (svn r8092) -Codechange: header files with miscellaneous template classes ↵ | KUDr | |
(smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere. | |||
2007-01-13 | (svn r8091) -Propchange: EOL style changed to LF for config.lib (fixes ↵ | KUDr | |
./configure errors when sharing WC between linux and windows) | |||
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 ↵ | Darkvater | |
we didn't test to fix it ourselves when 'len = count'. | |||
2007-01-13 | (svn r8088) -Regression (r8087): Fix japanese translation by adding missing ↵ | tron | |
{ and removing spurious 0 | |||
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 | |
brazilian_portuguese - 203 changed by fukumori (203) norwegian_nynorsk - 9 changed by pollux (9) | |||
2007-01-12 | (svn r8085) [Translations] fixed the filenames to the scheme the others use, ↵ | miham | |
updated projectfile, sorry | |||
2007-01-12 | (svn r8084) [Translations] Added nynorsk translation (pollux), renamed ↵ | miham | |
norwegian to norwegian bokmal, moved nynorsk to finished languages, and updated project files. Strings pending to nynorsk will be preserved if they are differ from the current translation | |||
2007-01-12 | (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ↵ | rubidium | |
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. | |||
2007-01-12 | (svn r8082) WebTranslator2 update to 2007-01-12 19:31:14 | miham | |
brazilian_portuguese - 62 changed by fukumori (62) croatian - 86 fixed, 2 changed by knovak (88) esperanto - 1 changed by LaPingvino (1) | |||
2007-01-12 | (svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the ↵ | peter1138 | |
using the existing one. This fixes problems with the object scope setting. | |||
2007-01-12 | (svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the ↵ | Darkvater | |
#ifndef and some style changes. | |||
2007-01-12 | (svn r8079) -Fix [YAPF]: float division by zero when calculating stats (YAPF ↵ | KUDr | |
cache hit ratio). Caused BSOD on Win9x. (thanks 3iff for report, Darkvater for help) | |||
2007-01-12 | (svn r8078) -Codechange: rewrite UDP part of the network code to make use ↵ | rubidium | |
classes. This is only one of the many steps to really cleanup the network code. | |||
2007-01-12 | (svn r8077) -Cleanup: Restructure some switch() statements' default case ↵ | Darkvater | |
when they're unreachable | |||
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 ↵ | rubidium | |
wrong and fix the off-by-one error due to truncation that was supposedly fixed by r7555. | |||
2007-01-12 | (svn r8073) WebTranslator2 update to 2007-01-12 08:35:48 | miham | |
brazilian_portuguese - 92 changed by fukumori (92) | |||
2007-01-12 | (svn r8071) -Fix (r5999): [FS#536] Merging 32bit dates broke the ↵ | Darkvater | |
inauguration date of companies in oldloader: "The year the company was inaugurated (full value, not base-1920)" (Marcin Grzegorczyk's TTD internals site) | |||
2007-01-11 | (svn r8070) -Fix r5815: missing initialisation could cause crash when ↵ | glx | |
loading 24bpp BMP heightmap | |||
2007-01-11 | (svn r8069) [Translations] Moved japanese from unfinished, good job translators | miham | |
2007-01-11 | (svn r8068) WebTranslator2 update to 2007-01-11 19:35:48 | miham | |
croatian - 93 fixed by knovak (93) greek - 10 fixed by Kesnar (10) japanese - 506 fixed by ickoonite (506) | |||
2007-01-11 | (svn r8067) -Fix (r7759): if bin/$(TTD) was removed, it did not get placed ↵ | rubidium | |
back on make unless $(TTD) got relinked. | |||
2007-01-11 | (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the ↵ | KUDr | |
pointer to allocated memory instead of modifying the pointer given as parameter | |||
2007-01-11 | (svn r8065) -Feature: The station list does now remember the sort settings | celestar | |
2007-01-11 | (svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' ↵ | peter1138 | |
should start off at 0, and the result of the operation is remembered. | |||
2007-01-11 | (svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned | peter1138 | |
2007-01-11 | (svn r8061) -Fix r8055: obj-c can't handle templates | bjarni | |
We will need to figure out a nicer solution for this, but now OSX compiles again | |||
2007-01-11 | (svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX | celestar | |
2007-01-11 | (svn r8057) -Codechange: Declare the "new" max template as static line. | celestar | |