network_gui.c
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Mon, 30 May 2005 22:16:05 +0000 Darkvater (svn r2387) - CodeChange: made the saveload code more readable and also removed the 'byte' saveload arrays which means you can save an array of more than 255 elements, or bigger structs than 255 bytes. This doesn't yet solve the problem that a chunk can be a maximum of 16384 big.
Tue, 17 May 2005 23:25:18 +0000 Darkvater (svn r2348) - Fix: Do not scroll the game with the arrow keys when the chatbox is open
Thu, 12 May 2005 23:46:01 +0000 Darkvater (svn r2300) - CodeChange: check the last number of commands, now only the refit ones remain, and some server-only commands.
Thu, 12 May 2005 00:18:30 +0000 Darkvater (svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNewGame(), CmdCreateScenario(), CmdSetNewLandscapeType() and CmdGenRandomNewGame().
Mon, 02 May 2005 18:22:16 +0000 Darkvater (svn r2252) - ReFix: Redo r2251. Just remove the 'default widget handler', WDF_STD_BTN, instead of doing the "workaround" of the previous commit
Mon, 02 May 2005 18:08:34 +0000 Darkvater (svn r2251) - Fix: [ 1193945 ] Clicking on the chat text box causes an assertion failure
Wed, 06 Apr 2005 18:44:34 +0000 Darkvater (svn r2157) - Feature (request): [ 1166978 ] Focus keyboard on input-box in Multiplayer Menu
Tue, 05 Apr 2005 21:03:30 +0000 darkvater (svn r2152) - Fix: Chatbar in MP games is now on-top of the news window.
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
Sun, 13 Feb 2005 11:18:02 +0000 tron (svn r1867) Include tables/sprites.h only in files which need it
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.
Sun, 06 Feb 2005 20:53:31 +0000 tron (svn r1832) Next byte -> char iteration: custom names
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 13:41:02 +0000 tron (svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
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()
Mon, 24 Jan 2005 20:25:52 +0000 truelight (svn r1643) -Fix: [ 1108547 ] You can now change the server-password via the GUI again
Sun, 23 Jan 2005 13:19:15 +0000 dominik (svn r1611) Display server port in the multiplayer game info window
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
Sat, 15 Jan 2005 19:17:45 +0000 darkvater (svn r1526) -Fix: [1103027] Minor changes for the lobby GUI (widen window) (bociusz)
Sat, 15 Jan 2005 08:58:31 +0000 tron (svn r1520) Trim 134 (!) lines with trailing whitespace ):
Fri, 14 Jan 2005 21:47:35 +0000 truelight (svn r1510) -Add: Improved Network Lobby GUI: (bociusz)
Fri, 14 Jan 2005 19:41:24 +0000 tron (svn r1508) Remove duplicate declarations and include proper headers where necessary
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 &
Tue, 11 Jan 2005 00:24:27 +0000 darkvater (svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 and Scrollbar2 now work independently. You can only scroll on list and scrollbar itself; scrollbar must be next widget of the list.
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.
Wed, 05 Jan 2005 10:47:59 +0000 dominik (svn r1383) Fix: You can now also delete automatically found servers by pressing "del"
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!
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 11:58:53 +0000 dominik (svn r1334) Fix: [ 1093466 ] no more glitches with many maps in the scenario list when creating server
Sun, 02 Jan 2005 17:23:04 +0000 bjarni (svn r1323) Adding autoreplace feature
Sun, 02 Jan 2005 12:03:43 +0000 truelight (svn r1322) -Add: banning system (mostly tnx to guru3)
Wed, 29 Dec 2004 15:32:10 +0000 truelight (svn r1298) -Fix: [ 1092661 ] On create, the scrollbar of the server-list was not updated
Mon, 27 Dec 2004 10:24:38 +0000 truelight (svn r1280) -Codechange: made the last patch a bit more... readable (in other words:
Sun, 26 Dec 2004 22:09:34 +0000 bjarni (svn r1279) Fixed the scrollbar in the network gui(server list). It now updates when scrolling (HackyKid)
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 18:42:56 +0000 truelight (svn r1227) -Add: Ingame Server-list (select Internet, then Find Servers)
Tue, 21 Dec 2004 17:41:12 +0000 dominik (svn r1205) Fix: Made the network window a bit wider, so that other languages don't have overlapping strings
Tue, 21 Dec 2004 14:54:27 +0000 truelight (svn r1197) -Fix: [GUI] in r1194 someone deleted too much code from WE_KEYPRESS. Now
Mon, 20 Dec 2004 22:14:39 +0000 dominik (svn r1194) Feature: You can now add and remove servers from the server list. Those will be remembered until you delete them by pressing the Delete key.
Mon, 20 Dec 2004 16:15:19 +0000 truelight (svn r1187) -Fix: [Network] You can no longer join as spectator a game with no
Mon, 20 Dec 2004 16:02:01 +0000 truelight (svn r1186) -Fix: [Network] You can now join a company on a server where a company
Sun, 19 Dec 2004 15:14:55 +0000 truelight (svn r1174) -Fix: [Network] All strings can now be translated (no more hardcoded strings)
Sun, 19 Dec 2004 10:17:26 +0000 truelight (svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const'
Sat, 18 Dec 2004 18:58:03 +0000 dominik (svn r1162) The server list can now be automatically filled from the config file. Add a section [servers] with the addresses each in a new line. Those will be checked upon OpenTTD startup.
Thu, 16 Dec 2004 11:12:59 +0000 truelight (svn r1126) -Fix: [Network] Pressing Disconnect on the GUI puts you back to the
Wed, 15 Dec 2004 21:54:07 +0000 truelight (svn r1113) -Add: [Network] Added the GUI part for server advertising. When you go
Wed, 15 Dec 2004 21:13:52 +0000 truelight (svn r1108) -Fix: [Network] Fixed problem around slow clients:
Wed, 15 Dec 2004 00:31:08 +0000 darkvater (svn r1093) -Fix: Hopefully fixed windows revision issues once and for all. Removed globalness of _openttd_revision and put all such ifdefs into one place. If server has a revision only the same revisions can join; if the server has no revision everyone can join. I reckon this should be a server-side option to allow people to join or not to join.
Tue, 14 Dec 2004 20:27:00 +0000 truelight (svn r1090) -Fix: Made the _openttd_revision variable global, and with that
Tue, 14 Dec 2004 16:53:38 +0000 dominik (svn r1082) Feature: Chat toolbar
Mon, 13 Dec 2004 16:15:21 +0000 truelight (svn r1054) -Fix: [Network] Redid revision 1024, only a bit more nice this time
Mon, 13 Dec 2004 14:57:58 +0000 truelight (svn r1052) -Fix: [Network] You can't join a server when revision mismatches.
Mon, 13 Dec 2004 14:49:31 +0000 truelight (svn r1051) -Fix: [Network] New Company button is disabled when there is no more
Mon, 13 Dec 2004 09:01:24 +0000 truelight (svn r1042) -Fix: [Network] Hopefully enabled revision-check for windows (somehow
Fri, 10 Dec 2004 22:01:17 +0000 truelight (svn r1012) -Fix: [Network] Endless loop if a server was offline (WizKid)
Thu, 09 Dec 2004 23:16:52 +0000 dominik (svn r999) New icons for the network interface, newgrf gui and the tiny euro
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk