main_gui.c
Tue, 25 Jan 2005 15:38:36 +0000 dominik (svn r1667) - Feature: Signs are now shown in the color of the player who created them
Mon, 24 Jan 2005 23:02:14 +0000 darkvater (svn r1653) -Fix: removed CTRL+A and CTRL+B cheats; thanks Hackykid
Mon, 24 Jan 2005 21:33:44 +0000 darkvater (svn r1648) -Fix: server can now pause and unpause a game through the console. Use 'pause' and 'unpause'
Sun, 23 Jan 2005 13:09:35 +0000 tron (svn r1610) Remove trailing whitespace (last time ever, i hope)
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Wed, 19 Jan 2005 20:55:23 +0000 dominik (svn r1571) Feature: Visually enhanced autorail placing
Wed, 19 Jan 2005 19:15:03 +0000 bjarni (svn r1568) made an enum of train subtypes to make the code more readable
Sun, 16 Jan 2005 14:50:01 +0000 tron (svn r1545) Add TileHeight() which returns the height (not multiplied by 8)
Sun, 16 Jan 2005 11:24:58 +0000 tron (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
Sat, 15 Jan 2005 08:58:31 +0000 tron (svn r1520) Trim 134 (!) lines with trailing whitespace ):
Sat, 15 Jan 2005 00:42:01 +0000 darkvater (svn r1515) -Removed the 'close ALL windows' from the toolbar since shift+del does this.
Fri, 14 Jan 2005 22:03:09 +0000 darkvater (svn r1514) -Fix: [1092474] little red box in scenario editor (Celestar). Error box is also shown in scenario editor for terraforming, thus solving the eternally-pulsating-tile problem.
Thu, 13 Jan 2005 20:46:39 +0000 darkvater (svn r1502) -Fix: [1101889] Crash under windows... stupid typo in player_gui.c ^ should've been &
Thu, 13 Jan 2005 16:50:20 +0000 darkvater (svn r1497) -Fix: [1101179] Crash if generating land while industry window is open. This also happened for towns and the land information window
Wed, 12 Jan 2005 11:50:41 +0000 darkvater (svn r1487) -Fix: [1100736] wrong tooltip for place desert button
Wed, 12 Jan 2005 11:21:28 +0000 truelight (svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
Tue, 11 Jan 2005 00:54:06 +0000 darkvater (svn r1479) -Added highscore chart (accessible from the difficulty window) with top5 companies for a given difficulty (select the difficulty in the menu)
Mon, 10 Jan 2005 14:43:00 +0000 darkvater (svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped year between 1920-2090 as wel as adding defines for it.
Fri, 07 Jan 2005 17:02:43 +0000 tron (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the latter into inline functions names Tile[XY]
Mon, 03 Jan 2005 21:26:09 +0000 darkvater (svn r1353) -Fix: [1092707] placing rocks in scenario editor. You can place rocks on trees and vice versa
Mon, 03 Jan 2005 20:20:25 +0000 darkvater (svn r1349) -Fix: [1093485] Dissappearing rocks in Scenario Editor
Mon, 03 Jan 2005 19:45:18 +0000 truelight (svn r1348) -Feature: resizable windows. Read the comment in window.h to find out
Tue, 28 Dec 2004 09:31:38 +0000 truelight (svn r1286) -Fix: oeps, I clamp'd some numbers wrong :$
Tue, 28 Dec 2004 09:24:02 +0000 truelight (svn r1284) -Fix: Fixed 'money-cheat' (read: bug which could give people a lot of money)
Thu, 23 Dec 2004 20:33:57 +0000 truelight (svn r1263) -Fix: [Network] Client-names are limited (serverside) to 25 chars
Thu, 23 Dec 2004 00:24:44 +0000 darkvater (svn r1240) -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled.
Wed, 22 Dec 2004 17:37:21 +0000 darkvater (svn r1225) -Feature: SHIFT+DEL now deletes all non-vital windows (only status bar and main bar remain)
Wed, 22 Dec 2004 01:32:30 +0000 darkvater (svn r1214) -Feature: Stickified Industries (list & window), Smallmaps (all three), Stations (list & window) and Towns (list & window). I hope I didn't forget to update a widget somewhere :O
Sun, 19 Dec 2004 19:17:15 +0000 truelight (svn r1176) -Fix: [Network] PlayerBasedMenu's caused crashes when a company went bankrupt
Sun, 19 Dec 2004 15:14:55 +0000 truelight (svn r1174) -Fix: [Network] All strings can now be translated (no more hardcoded strings)
Fri, 17 Dec 2004 17:06:20 +0000 truelight (svn r1146) -Fix: You can no longer change waypoints whom are owned by somebody else
Wed, 15 Dec 2004 23:33:04 +0000 darkvater (svn r1121) -Feature: Added sticky windows feature. A small pin allows the user to set the window as undeletable and can only be closed by hand. As an example the viewport window has been stickied (thanks to Neko-San)
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Wed, 15 Dec 2004 21:13:52 +0000 truelight (svn r1108) -Fix: [Network] Fixed problem around slow clients:
Tue, 14 Dec 2004 21:56:01 +0000 dominik (svn r1092) Fix: Autorail can be accessed with the 'a' hotkey again
Tue, 14 Dec 2004 16:53:38 +0000 dominik (svn r1082) Feature: Chat toolbar
Sun, 12 Dec 2004 22:05:08 +0000 dominik (svn r1040) Fix: All character hotkeys are disabled now when a window for typing is open
Sun, 12 Dec 2004 18:20:05 +0000 dominik (svn r1035) Fix: Added a line that I accidentally deleted in r1033
Sun, 12 Dec 2004 18:06:48 +0000 dominik (svn r1033) -Add: 'l' openes the landscaping toolbar globally
Sun, 12 Dec 2004 17:42:04 +0000 dominik (svn r1030) Some toolbar icons are arranged differently:
Sun, 12 Dec 2004 13:46:10 +0000 truelight (svn r1022) -Fix: [Network] [ 1083690 ] The password dialog made the network
Fri, 10 Dec 2004 18:16:08 +0000 tron (svn r1009) -Feature: per-station vehicle lists
Thu, 09 Dec 2004 23:49:23 +0000 darkvater (svn r1002) -Fixed the placement of the OpenTTD logo a bit (thx Jango).
Thu, 09 Dec 2004 23:20:32 +0000 darkvater (svn r1001) -Changed the title name to OpenTTD. Don't know how this was missed all this time; but is fixed now.
Sat, 04 Dec 2004 18:17:52 +0000 truelight (svn r945) -Fix: [Network] Terraform callback went wrong in merge
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Sat, 04 Dec 2004 09:26:39 +0000 tron (svn r925) Use sound enums
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Tue, 23 Nov 2004 22:36:11 +0000 tron (svn r787) Invert the sense of the DO_TRANS_BUILDINGS flag to be consistent with its own name and all other DO_* flags.
Sun, 21 Nov 2004 22:44:13 +0000 dominik (svn r745) Added newgrf GUI (in options menu)\nThe interface currently only displays the installed grf sets, you can't (de)activate them through the gui yet
Mon, 15 Nov 2004 10:04:57 +0000 tron (svn r623) -Feature: [ 1066504 ] Pause key pauses the game
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup
Sun, 14 Nov 2004 13:07:07 +0000 darkvater (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky).
Thu, 11 Nov 2004 23:23:42 +0000 tron (svn r543) -Fix: [ 1064742 ] Editor Map-Menu wrong String
Mon, 08 Nov 2004 22:21:14 +0000 tron (svn r532) Disable date change buttons in scenario editor if date limit is reached.
Fri, 05 Nov 2004 23:12:33 +0000 tron (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk
Sun, 12 Sep 2004 21:49:38 +0000 darkvater (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
Sun, 12 Sep 2004 15:29:37 +0000 darkvater (svn r214) -Feature: CMD_NET_INSTANT [just in time command handling over network] (sign_de)
Sat, 11 Sep 2004 19:34:11 +0000 signde (svn r207) -Codechange: randomizer handling