------------------------------------------------------------------------ r2361 | hackykid | 2005-05-22 14:10:20 +0000 (Sun, 22 May 2005) | 2 lines - Feature: [newgrf] Implement varaction2 property 0x41 and 0xDA. These are the position in and length of chain of consecutive vehicles with the same type, and index of the next wagon in the chain (INVALID_VEHICLE if last), resp. Improves displaying of some engines in the dbsetxl. ------------------------------------------------------------------------ r2360 | tron | 2005-05-22 08:09:40 +0000 (Sun, 22 May 2005) | 1 line Use GB and SB in [GS]etMapExtraBits ------------------------------------------------------------------------ r2359 | tron | 2005-05-22 07:43:18 +0000 (Sun, 22 May 2005) | 1 line Use strecpy instead of str_cat (which was rather a cpy than a cat, btw), remove the latter and simplify some constructs ------------------------------------------------------------------------ r2358 | tron | 2005-05-22 07:12:09 +0000 (Sun, 22 May 2005) | 3 lines Add macros for getting (GB) and setting (SB) a range of bits Use them exemplarily to prettify (Get|Set)Tile(Type|Height) ------------------------------------------------------------------------ r2357 | orudge | 2005-05-21 21:30:13 +0000 (Sat, 21 May 2005) | 1 line Small OS/2 update ------------------------------------------------------------------------ r2356 | tron | 2005-05-21 19:42:34 +0000 (Sat, 21 May 2005) | 1 line Make check if statvfs() is availible a bit more sensible ------------------------------------------------------------------------ r2354 | orudge | 2005-05-21 19:41:35 +0000 (Sat, 21 May 2005) | 1 line Update OpenTTD for 0.4.0.1 release ------------------------------------------------------------------------ r2353 | Darkvater | 2005-05-21 15:18:20 +0000 (Sat, 21 May 2005) | 1 line - Prepare windows installer for 0.4.0.1 ------------------------------------------------------------------------ r2352 | Darkvater | 2005-05-20 17:59:24 +0000 (Fri, 20 May 2005) | 1 line - Feature: add the possibility to print out the current debug-level ------------------------------------------------------------------------ r2351 | tron | 2005-05-19 17:40:26 +0000 (Thu, 19 May 2005) | 1 line -Fix: It was possible to open more than one tree window ------------------------------------------------------------------------ r2350 | miham | 2005-05-19 16:25:35 +0000 (Thu, 19 May 2005) | 1 line [Translations] Updated to 2005-04-18 (156 strs / 3 langs) ------------------------------------------------------------------------ r2349 | Darkvater | 2005-05-18 12:53:37 +0000 (Wed, 18 May 2005) | 1 line - Fix: remove warning from release build when assertions are no longer active ------------------------------------------------------------------------ r2348 | Darkvater | 2005-05-17 23:25:18 +0000 (Tue, 17 May 2005) | 1 line - Fix: Do not scroll the game with the arrow keys when the chatbox is open ------------------------------------------------------------------------ r2347 | Darkvater | 2005-05-17 23:08:21 +0000 (Tue, 17 May 2005) | 1 line - Fix (regression): depot window did not get redrawn when a non-train-engine was sold. ------------------------------------------------------------------------ r2346 | Darkvater | 2005-05-17 20:59:29 +0000 (Tue, 17 May 2005) | 1 line - Fix: Have the windows installer also delete any spritecache.xx files on uninstall ------------------------------------------------------------------------ r2345 | Darkvater | 2005-05-17 20:58:58 +0000 (Tue, 17 May 2005) | 1 line - Fix: Don't allow stuff to be renamed to nothing if we don't support it. Only valid ones are signs (delete) and waypoints (rename to default). ------------------------------------------------------------------------ r2344 | Darkvater | 2005-05-17 20:54:05 +0000 (Tue, 17 May 2005) | 1 line - Fix (regression): [ 1197216 ] Error: !invalid string id 0 in GetString. Dedicated server also had the endgame window shown and because now it is properly no-player anymore it crashed. ------------------------------------------------------------------------ r2343 | Darkvater | 2005-05-17 20:52:52 +0000 (Tue, 17 May 2005) | 1 line - Fix (regression): dedicated server caused desyncs with its commands, because the player sent over the network is OWNER_SPECTATOR as well, which on clients cannot execute anything. So *hack*hack* it into temporarily player 0. ------------------------------------------------------------------------ r2342 | Darkvater | 2005-05-17 19:36:36 +0000 (Tue, 17 May 2005) | 1 line - Fix (Regression): _cmd_text is always valid, so test the first character for '\0'. Also for some reason I forgot to validate the p1 param so that might lead to crashes with invalid signes. Fixed as well. ------------------------------------------------------------------------ r2341 | miham | 2005-05-17 19:08:27 +0000 (Tue, 17 May 2005) | 1 line [Translations] Updated to 2005-04-17 (74 strs / 6 langs) ------------------------------------------------------------------------ r2340 | Darkvater | 2005-05-17 18:50:07 +0000 (Tue, 17 May 2005) | 1 line - Fix (Regression): [ 1203731 ] Signs don't work in multiplayer, unwanted remains of the _decode_parameters to _cmd_text move. ------------------------------------------------------------------------ r2339 | Darkvater | 2005-05-17 18:22:59 +0000 (Tue, 17 May 2005) | 1 line - Fix: on a dedicated server, after the joining of a player, the player was set to player 0 instead of remaining OWNER_SPECTATOR. Fix this, and allow the dedicated server to execute commands (so 'patch ') now works and not only when a client is connected. ------------------------------------------------------------------------ r2338 | Darkvater | 2005-05-17 16:07:48 +0000 (Tue, 17 May 2005) | 2 lines - CodeChange: only call the variable hooks when you set their value not when you query them - Fix: typo in pool.c "Cleaing up" --> "Cleaning up" ------------------------------------------------------------------------ r2337 | truelight | 2005-05-17 16:01:19 +0000 (Tue, 17 May 2005) | 2 lines -Fix: NetworkUDPRemoveAdvertise wasn't fully correct (which made Darkvater go crazy ;)) ------------------------------------------------------------------------ r2336 | Darkvater | 2005-05-17 11:22:43 +0000 (Tue, 17 May 2005) | 1 line - GFX: make the openttd icon look good on Win2k and lower as well. The TrueColor/256 icons had an ugly black shadow ------------------------------------------------------------------------ r2335 | miham | 2005-05-16 18:19:04 +0000 (Mon, 16 May 2005) | 1 line [Translations] Updated to 2005-05-16 (36 strs / 17 langs, removed unused strings) ------------------------------------------------------------------------ r2334 | Darkvater | 2005-05-16 16:19:32 +0000 (Mon, 16 May 2005) | 1 line - Fix (regression): moved togglefullscreen into the video-driver, now windows works, dedicated works and sdl works. Also reverted the change to the makefile. ------------------------------------------------------------------------ r2333 | Darkvater | 2005-05-16 15:05:49 +0000 (Mon, 16 May 2005) | 1 line - CodeChange: also don't execute command if user has typed all spaces (eg nothing worthwhile). Suggested and implemented by Tron. ------------------------------------------------------------------------ r2332 | Darkvater | 2005-05-16 13:46:26 +0000 (Mon, 16 May 2005) | 2 lines - Feature: Add 'clear' command and CTRL+L to empty the console window - Fix: do not execute emtpy commands anymore ------------------------------------------------------------------------ r2331 | Darkvater | 2005-05-16 12:15:53 +0000 (Mon, 16 May 2005) | 1 line - Fix (regression): fix text overflows in about box. ------------------------------------------------------------------------ r2330 | Darkvater | 2005-05-16 12:15:34 +0000 (Mon, 16 May 2005) | 1 line - Fix: link error when compiling as dedicated. Add sdl.c to always compile in makefile as it is always protected by WITH_SDL and add a stub for ToggleFullScreen() ------------------------------------------------------------------------ r2329 | tron | 2005-05-16 08:41:42 +0000 (Mon, 16 May 2005) | 1 line CMD_CHANGE_PRESIDENT_NAME and CMD_CHANGE_COMPANY_NAME don't use p1, so don't send any meaningful value for it when invoking these commands ------------------------------------------------------------------------ r2328 | tron | 2005-05-16 08:30:32 +0000 (Mon, 16 May 2005) | 1 line There's no need for extra magic to detect libpng on FreeBSD ------------------------------------------------------------------------ r2327 | bjarni | 2005-05-16 00:04:01 +0000 (Mon, 16 May 2005) | 2 lines -fix [MacOSX] default path for midi player on mac is now correct again ------------------------------------------------------------------------ r2325 | Darkvater | 2005-05-15 21:50:26 +0000 (Sun, 15 May 2005) | 1 line - Update OpenTTD for 0.4.0 release ------------------------------------------------------------------------ r2324 | tron | 2005-05-15 18:50:55 +0000 (Sun, 15 May 2005) | 2 lines Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes. ------------------------------------------------------------------------ r2323 | tron | 2005-05-15 18:43:36 +0000 (Sun, 15 May 2005) | 2 lines Remove unused dereferencing ------------------------------------------------------------------------