misc_gui.c
Sun, 27 Mar 2005 01:10:23 +0000 matthijs (svn r2082) I have a name too!
Sun, 27 Mar 2005 00:42:57 +0000 pasky (svn r2081) I have a real name, too.
Fri, 25 Mar 2005 14:19:33 +0000 tron (svn r2060) Clean up some string construction and remove now unused macro
Fri, 25 Mar 2005 11:32:58 +0000 tron (svn r2057) Add InlineString() to make _userstring construction a bit cleaner.
Sat, 12 Mar 2005 21:21:47 +0000 Darkvater (svn r2004) - Fix: [ 1149487 ] Autosave ignoring settings
Fri, 04 Mar 2005 00:14:28 +0000 Darkvater (svn r1923) - Fix: [ 1155696 ] Crash with german umlauts in station names. The width was not calculated using unsigned values, so all characters above 128 were "negative"
Tue, 22 Feb 2005 14:52:20 +0000 Darkvater (svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bug with a sloppy termination of a string. When any editbox is open, scrolling is disabled. If any new types of editboxes come up, please use SET/CLRBIT of _no_scroll with its unique identifier (ttd.h)
Tue, 22 Feb 2005 11:33:13 +0000 Darkvater (svn r1896) - Fix: remove Translated by hack since it's not used
Mon, 21 Feb 2005 18:59:54 +0000 Darkvater (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handling of text with that of editboxes
Sat, 19 Feb 2005 14:40:32 +0000 tron (svn r1890) Begin to clean up the edit box: Remove one global variable and split the combined edit/original buffer into two
Sun, 13 Feb 2005 11:18:02 +0000 tron (svn r1867) Include tables/sprites.h only in files which need it
Thu, 10 Feb 2005 05:43:30 +0000 tron (svn r1853) Move spritecache function declarations into a header of their own and use SpriteID as parameter type where appropriate
Tue, 08 Feb 2005 16:53:28 +0000 tron (svn r1849) Use the cheat entry enum for CheatEntry.type and remove unused enum values
Tue, 08 Feb 2005 16:37:28 +0000 tron (svn r1848) Remove the obscure feature of initialising the edit box with the contents of str_buffr - it was unused anyway.
Mon, 07 Feb 2005 19:45:08 +0000 darkvater (svn r1845) - Revert r1835 since it totally screws network compiling
Mon, 07 Feb 2005 12:32:35 +0000 tron (svn r1840) Repel str_buffr and use local buffers where possible
Sun, 06 Feb 2005 22:25:27 +0000 tron (svn r1833) byte -> char transition: the rest
Sun, 06 Feb 2005 18:30:45 +0000 tron (svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
Sun, 06 Feb 2005 08:18:00 +0000 tron (svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Sat, 05 Feb 2005 22:50:33 +0000 tron (svn r1808) Use strcmp() instead of home brewed function str_eq()
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Thu, 03 Feb 2005 19:23:06 +0000 matthijs (svn r1778) - Fix: [ 1115200 ] In the main menu, when starting a new game while the load game dialog is open, openttd asserts.
Wed, 26 Jan 2005 10:52:23 +0000 miham (svn r1678) Added cheat option for setting production of raw-material product industries in game
Sun, 23 Jan 2005 23:59:49 +0000 darkvater (svn r1632) -Fix: [1108008] Scenario creation bug; engines are of correct year when scenario is saved
Sun, 23 Jan 2005 21:30:31 +0000 darkvater (svn r1627) -Fix: The tabulizer in action ^_^
Sun, 23 Jan 2005 21:24:33 +0000 darkvater (svn r1626) -Updated readme and credits list.
Sun, 23 Jan 2005 20:41:20 +0000 darkvater (svn r1625) -Alphabetized credits list
Sun, 23 Jan 2005 10:54:32 +0000 tron (svn r1606) Fix some bogus casts
Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
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
Fri, 14 Jan 2005 19:41:24 +0000 tron (svn r1508) Remove duplicate declarations and include proper headers where necessary
Thu, 13 Jan 2005 16:28:47 +0000 darkvater (svn r1496) -Fix: highscore no longer crashes in network games with a dedicated server. At the end of the game (can only be set by the server) the highscore is shown for the top5 companies of that game
Mon, 10 Jan 2005 22:36:11 +0000 darkvater (svn r1476) -Fix: [1099209] Catchment area with drag&drop stations (Celestar)
Sun, 09 Jan 2005 21:25:44 +0000 tron (svn r1451) Fix some of the signed/unsigned comparison warnings
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]
Thu, 06 Jan 2005 15:54:09 +0000 darkvater (svn r1398) -Feature: CTRL+V (Paste) now works on all editboxes. This includes 'Add Server', chat, etc. Feature is Windows only.
Thu, 06 Jan 2005 12:34:22 +0000 tron (svn r1397) Add missing RESIZE_NONE
Tue, 04 Jan 2005 21:28:09 +0000 darkvater (svn r1379) -Fix: various GUI glitches. Added default sizes to various widgets. Sticky/Resize- and Scrollbar must be 11 pixels wide, Horizontal scrollbar 11 pixels high, caption must be 13 pixels. I hope I didn't forget any widgets, the game will assert for that so report them to me!
Tue, 04 Jan 2005 17:04:10 +0000 darkvater (svn r1374) -Feature: Add sticky item to finances window; sticky remains when requesting big/small window
Mon, 03 Jan 2005 19:45:18 +0000 truelight (svn r1348) -Feature: resizable windows. Read the comment in window.h to find out
Mon, 03 Jan 2005 17:55:25 +0000 darkvater (svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL)
Mon, 03 Jan 2005 16:45:42 +0000 darkvater (svn r1340) -Feature: scrolling credits list...finally! Hope nobody gets offended if I forgot them.
Sun, 02 Jan 2005 17:23:04 +0000 bjarni (svn r1323) Adding autoreplace feature
Tue, 21 Dec 2004 23:27:58 +0000 darkvater (svn r1211) -Feature: Introduce sticky windows to all vehicle windows...Just make sure you do not sticky more than 23 at a time. Also a lot of places in the code invalidated the 'status bar' of the vehicle, referring to it as widget 4. This is now widget 5 and has been #definitized
Sun, 19 Dec 2004 22:23:32 +0000 dominik (svn r1179) Fix: Tooltips for vehicle list sorting
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:45:44 +0000 truelight (svn r1112) -Fix: _decode_parameters was increased to [20], but not all temp-dparams were
Mon, 13 Dec 2004 18:53:59 +0000 truelight (svn r1066) -Fix: Crash when saving game as spectator (tnx to GeniusDex for reporting)
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
Sat, 11 Dec 2004 12:30:12 +0000 truelight (svn r1018) -Fix: Buffer overflow in edit box, because we misuse maxlen for a flag..
Wed, 08 Dec 2004 15:46:13 +0000 Celestar (svn r979) Allow more realistically sized catchment areas
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.
Mon, 22 Nov 2004 21:41:25 +0000 pasky (svn r767) Introduce USERSTRING_LEN (128) and try to make sure we don't overflow it anywhere (as long as we keep USERSTRING_LEN above 7 or so).
Sun, 21 Nov 2004 10:49:40 +0000 tron (svn r724) Remove restriction that a tile can only accept 3 cargo types.
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup
Sun, 14 Nov 2004 15:11:25 +0000 tron (svn r594) -Fix/Feature: [ 1066121 ] Resetting file name after deleting a file