misc_gui.c
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
Sun, 14 Nov 2004 09:31:39 +0000 tron (svn r582) -Fix: [ 1034318 ] place sign and blue message box
Fri, 05 Nov 2004 23:12:33 +0000 tron (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk
Fri, 17 Sep 2004 17:53:34 +0000 dominik (svn r284) Fix: on opening the saveload dialog the game pauses again in single player games
Wed, 15 Sep 2004 11:53:01 +0000 signde (svn r263) -Fix: on_server.scr contained an unneeded ";"
Mon, 13 Sep 2004 18:42:45 +0000 truelight (svn r236) -Fix: random crash when player-face was displayed in error-dialog
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)
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Tue, 07 Sep 2004 23:41:09 +0000 darkvater (svn r180) -Fix: some more warning fixes for C99 (Tron)
Tue, 07 Sep 2004 21:48:09 +0000 darkvater (svn r177) -Fix: padded out Widget code to solve warnings on C99 compiler (Tron)
Mon, 06 Sep 2004 22:46:02 +0000 darkvater (svn r173) -Network: [1023231] Debug Code + ErrorBoxes + Load Game/Scenario. Added some more desync debug code and replaced some of the error() calls with some better error boxes. Hopefully find desyncs easier (sign_de)
Fri, 03 Sep 2004 21:48:21 +0000 darkvater (svn r156) -Codechange: remove obsolete callback arrays
Wed, 01 Sep 2004 21:54:12 +0000 darkvater (svn r148) -Feature: Company HQ can now be moved somewhere else (cost 1% of company value). Water floods HQ.
Wed, 25 Aug 2004 09:23:55 +0000 dominik (svn r139) Added MarkWholeScreenDirty() on switch player screen
Sun, 22 Aug 2004 15:25:36 +0000 dominik (svn r109) added/heavily modified patch by truesatan: cheat change date
Sun, 22 Aug 2004 00:53:39 +0000 dominik (svn r105) Switch climate cheat gui enhancement
Sat, 21 Aug 2004 13:21:09 +0000 dominik (svn r101) New cheat: switch climate
Tue, 17 Aug 2004 15:31:04 +0000 darkvater (svn r75) -Add proper crediting to graphics artists to about box.
Tue, 17 Aug 2004 08:40:09 +0000 truelight (svn r72) -Add: build_date of station (viewable with Query tool)
Mon, 16 Aug 2004 22:35:17 +0000 darkvater (svn r71) -Cheat: [976127] no extra frequent jet crash on small airports (truesatan)
Mon, 16 Aug 2004 18:46:54 +0000 darkvater (svn r68) -Fix: [1009621] build in pause is now a cheat instead of a patch (truesatan)
Mon, 16 Aug 2004 15:13:46 +0000 darkvater (svn r67) -Forget to change debug message for grfspecial.c
Mon, 16 Aug 2004 14:48:35 +0000 darkvater (svn r66) -Fix Station list updated on station deletion/station rename
Tue, 10 Aug 2004 14:33:37 +0000 darkvater (svn r4) -Fix [996025] _local_player fixes. Fixes wrong memory access (TrueLight)
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN