Tue, 20 Jan 2009 13:56:35 +0000 |
smatz |
(svn r15166) -Codechange: reduce number of includes in afterload.cpp
draft
|
Tue, 20 Jan 2009 12:40:34 +0000 |
Yexo |
(svn r15165) -Fix (r15163): The MSVC project files were not regenerated.
draft
|
Tue, 20 Jan 2009 12:03:06 +0000 |
rubidium |
(svn r15164) -Fix: don't list patches/settings with list_patches that are not valid anymore
draft
|
Tue, 20 Jan 2009 11:28:18 +0000 |
rubidium |
(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname and connect to game servers.
draft
|
Tue, 20 Jan 2009 11:21:06 +0000 |
rubidium |
(svn r15162) -Fix: the join status window didn't get properly created
draft
|
Tue, 20 Jan 2009 09:52:11 +0000 |
rubidium |
(svn r15161) -Change: bump url to 96 bytes
draft
|
Tue, 20 Jan 2009 04:01:07 +0000 |
glx |
(svn r15160) -Fix (r15157): port != IP
draft
|
Tue, 20 Jan 2009 03:44:43 +0000 |
rubidium |
(svn r15159) -Fix: move the UDP queries that resolve a hostname into threads so they don't freeze OpenTTD when for example the network connection got severed. Thanks to glx for writing the mutex implementation for Windows.
draft
|
Tue, 20 Jan 2009 03:12:46 +0000 |
rubidium |
(svn r15158) -Cleanup: remove some unused/unneeded cruft from the thread generalisation.
draft
|
Tue, 20 Jan 2009 01:32:06 +0000 |
rubidium |
(svn r15157) -Codechange: wrap the hostname/ip and port into a single structure so we can pass either one of them and not convert an ip to a string and then back again.
draft
|
Mon, 19 Jan 2009 22:27:43 +0000 |
rubidium |
(svn r15156) -Fix: add scrollwheel support to allegro
draft
|
Mon, 19 Jan 2009 22:01:37 +0000 |
rubidium |
(svn r15155) -Codechange: remove unused return value
draft
|
Mon, 19 Jan 2009 21:13:02 +0000 |
rubidium |
(svn r15154) -Fix [FS#2555] (r15126): wrong tooltip for the matrix
draft
|
Mon, 19 Jan 2009 21:11:51 +0000 |
rubidium |
(svn r15153) -Fix (r15126): the scrollbar's "count" wasn't always correctly set
draft
|
Mon, 19 Jan 2009 18:48:06 +0000 |
translators |
(svn r15152) -Update: WebTranslator2 update to 2009-01-19 18:47:48
draft
|
Mon, 19 Jan 2009 15:06:11 +0000 |
Yexo |
(svn r15151) -Fix: tile 0 can now be highlighted as error tile
draft
|
Mon, 19 Jan 2009 13:50:56 +0000 |
Yexo |
(svn r15150) -Fix: Don't highlight tiles outside the visible map.
draft
|
Mon, 19 Jan 2009 12:07:01 +0000 |
peter1138 |
(svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, therefore it does not belong in _gui.
draft
|
Mon, 19 Jan 2009 01:16:50 +0000 |
Yexo |
(svn r15148) -Cleanup: Remove the options "competitor start time" and "competitor intelligence" from the difficulty options because they already were unused.
draft
|
Mon, 19 Jan 2009 00:53:31 +0000 |
glx |
(svn r15147) -Fix (r15146): compile before commit
draft
|
Sun, 18 Jan 2009 23:33:57 +0000 |
smatz |
(svn r15146) -Fix: show savegame name even when opening it failed
draft
|
Sun, 18 Jan 2009 23:26:38 +0000 |
smatz |
(svn r15145) -Fix: crash when one tried to load a TTO savegame
draft
|
Sun, 18 Jan 2009 22:44:53 +0000 |
smatz |
(svn r15144) -Codechange: make sure we don't run out of bounds while determining old savegame name
draft
|
Sun, 18 Jan 2009 19:23:41 +0000 |
rubidium |
(svn r15142) -Fix (r15126): missing NewGRFs cause a crash when getting the content list.
draft
|
Sun, 18 Jan 2009 18:46:41 +0000 |
translators |
(svn r15141) -Update: WebTranslator2 update to 2009-01-18 18:46:25
draft
|
Sun, 18 Jan 2009 18:41:11 +0000 |
rubidium |
(svn r15140) -Cleanup (r15128): remove AI installation/bundling as we don't distribute AIs via the bundles anymore
draft
|
Sun, 18 Jan 2009 17:03:57 +0000 |
rubidium |
(svn r15139) -Fix [NoAI]: a wrong tile got returned for hangar tiles when the station sign isn't over st->airport_tile.
draft
|
Sun, 18 Jan 2009 16:26:59 +0000 |
rubidium |
(svn r15138) -Fix [FS#2542]: tile error location not reset when leveling land causing a tile to be highlighted when there was nothing to flatten.
draft
|
Sun, 18 Jan 2009 16:20:04 +0000 |
smatz |
(svn r15137) -Fix (r11822)(r14340): signs with sign 'Sign' were lost when converting from TTD savegames
draft
|
Sun, 18 Jan 2009 15:53:21 +0000 |
rubidium |
(svn r15136) -Fix (r15126): (file) name could occasionally be wider than the download window causing glitches.
draft
|
Sun, 18 Jan 2009 13:12:57 +0000 |
rubidium |
(svn r15135) -Fix/Change: allow str_validate (part of receiving strings from the network) to pass newlines instead of replacing them with question marks, but only when asked to do so.
draft
|
Sun, 18 Jan 2009 00:05:49 +0000 |
rubidium |
(svn r15134) -Fix (r15126): not selecting dependencies when pressing "select update"
draft
|
Sat, 17 Jan 2009 22:22:53 +0000 |
peter1138 |
(svn r15133) -Fix: Crash if no NoAIs are present.
draft
|
Sat, 17 Jan 2009 21:03:54 +0000 |
glx |
(svn r15132) -Change: move console_gui.cpp and highscore_gui.cpp to 'GUI Source Code' section (MSVC)
draft
|
Sat, 17 Jan 2009 21:01:15 +0000 |
peter1138 |
(svn r15131) -Fix: Indentifluxation combobulated
draft
|
Sat, 17 Jan 2009 18:49:09 +0000 |
translators |
(svn r15130) -Update: WebTranslator2 update to 2009-01-17 18:48:58
draft
|
Sat, 17 Jan 2009 17:06:41 +0000 |
truebrain |
(svn r15129) -Fix [Regression]: no longer test the AI Libraries
draft
|
Sat, 17 Jan 2009 16:57:30 +0000 |
truebrain |
(svn r15128) -Remove: remove WrightAI and AI Libraries from SVN, as they are now available via the content service
draft
|
Sat, 17 Jan 2009 16:53:32 +0000 |
rubidium |
(svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
draft
|
Sat, 17 Jan 2009 16:25:32 +0000 |
frosch |
(svn r15125) -Fix [FS#2544]: Do not try to determine the next order destination, if there are no orders.
draft
|
Sat, 17 Jan 2009 15:38:37 +0000 |
truebrain |
(svn r15124) -Fix: last memory leak related to NoAI
draft
|
Sat, 17 Jan 2009 15:31:30 +0000 |
truebrain |
(svn r15123) -Fix [NoAI]: 'const char *' implies that the return value should not be free'd, which is should .. so make them 'char *'
draft
|
Sat, 17 Jan 2009 15:14:13 +0000 |
truebrain |
(svn r15122) -Codechange: add a security assert, to make sure something never happens
draft
|
Sat, 17 Jan 2009 15:07:35 +0000 |
truebrain |
(svn r15121) -Fix: more mem-leak fixes (this should make SmatZ so happy ;) :p)
draft
|
Sat, 17 Jan 2009 14:54:24 +0000 |
truebrain |
(svn r15120) -Fix: more mem-leak fixes
draft
|
Sat, 17 Jan 2009 14:49:31 +0000 |
frosch |
(svn r15119) -Fix: several issues with result 0x4 (standard production change of primary industries) of callbacks 0x29 and 0x35.
draft
|
Sat, 17 Jan 2009 14:45:44 +0000 |
truebrain |
(svn r15118) -Fix: fix a minor mem-leak
draft
|
Sat, 17 Jan 2009 03:05:35 +0000 |
belugas |
(svn r15117) -Codechange: enlarge a few text boxes in the Create Scenario window, allowing them to be more visible.
draft
|
Fri, 16 Jan 2009 21:50:55 +0000 |
smatz |
(svn r15116) -Fix (r1): company money weren't correctly converted from TTD(P) savegames
draft
|
Fri, 16 Jan 2009 21:25:59 +0000 |
belugas |
(svn r15115) -Documentation: Add some widget enums to the widget array definition (Terkhen).
draft
|
Fri, 16 Jan 2009 19:53:52 +0000 |
peter1138 |
(svn r15114) -Codechange: Add support for 8 byte action7/9 data, used as a mask for GRFID checks.
draft
|
Fri, 16 Jan 2009 16:32:48 +0000 |
rubidium |
(svn r15113) -Codechange: unify calling ScanForTarFiles when determining the paths.
draft
|
Fri, 16 Jan 2009 16:29:07 +0000 |
rubidium |
(svn r15112) -Fix (r15108): transform should include algorithm as that's where it's from. Furthermore not including it gives compile errors for some
draft
|
Fri, 16 Jan 2009 16:14:01 +0000 |
rubidium |
(svn r15111) -Fix: when scanning a path and saying it should ignore tars, it didn't do so
draft
|
Fri, 16 Jan 2009 16:12:12 +0000 |
rubidium |
(svn r15110) -Fix: reading the shortname of graphicssets always missed the first character.
draft
|
Fri, 16 Jan 2009 15:01:54 +0000 |
truebrain |
(svn r15109) -Add [NoAI]: add AITile::LevelTiles (Yexo)
draft
|
Fri, 16 Jan 2009 14:56:33 +0000 |
truebrain |
(svn r15108) -Fix: TarAddLink didn't lowercase strings, breaking tar-loading when using uppercase files
draft
|
Fri, 16 Jan 2009 14:56:13 +0000 |
truebrain |
(svn r15107) -Fix [NoAI]: don't use so much explicit string copies if it is not required
draft
|
Fri, 16 Jan 2009 14:37:53 +0000 |
rubidium |
(svn r15106) -Fix [NoAI]: printf-ing of garbage.
draft
|
Fri, 16 Jan 2009 14:02:40 +0000 |
smatz |
(svn r15105) -Fix (r15104): signed/unsigned warning
draft
|