Thu, 17 Jul 2008 20:13:01 +0000 |
rubidium |
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
file |
diff |
annotate
|
Thu, 17 Jul 2008 13:47:04 +0000 |
rubidium |
(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind.
|
file |
diff |
annotate
|
Mon, 09 Jun 2008 12:17:01 +0000 |
rubidium |
(svn r13433) -Codechange: remove a now useless global variable.
|
file |
diff |
annotate
|
Wed, 04 Jun 2008 22:30:44 +0000 |
glx |
(svn r13380) -Fix (r13327): MSVC signed/unsigned warning
|
file |
diff |
annotate
|
Tue, 03 Jun 2008 08:04:35 +0000 |
rubidium |
(svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.
|
file |
diff |
annotate
|
Mon, 02 Jun 2008 14:19:27 +0000 |
skidd13 |
(svn r13359) -Codechange: convert _fios_items to a SmallVector
|
file |
diff |
annotate
|
Fri, 30 May 2008 18:20:26 +0000 |
rubidium |
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
|
file |
diff |
annotate
|
Thu, 29 May 2008 20:21:28 +0000 |
rubidium |
(svn r13334) -Codechange: move the network settings variables from network/network_internal to settings.
|
file |
diff |
annotate
|
Thu, 29 May 2008 17:01:42 +0000 |
smatz |
(svn r13330) -Fix: 'Player name' dialog was broken in two ways
|
file |
diff |
annotate
|
Thu, 29 May 2008 16:47:22 +0000 |
skidd13 |
(svn r13328) -Fix (r13327): Don't access an item when there isn't any
|
file |
diff |
annotate
|
Thu, 29 May 2008 16:37:26 +0000 |
skidd13 |
(svn r13327) -Codechange: NetworkGameWindow uses GUILists Sort() now
|
file |
diff |
annotate
|
Thu, 29 May 2008 15:13:28 +0000 |
rubidium |
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
file |
diff |
annotate
|
Tue, 27 May 2008 15:30:51 +0000 |
peter1138 |
(svn r13291) -Fix (r13266): qsort passed wrong sizeof data
|
file |
diff |
annotate
|
Mon, 26 May 2008 16:23:23 +0000 |
peter1138 |
(svn r13266) -Codechange: Use SmallVector in GUIList
|
file |
diff |
annotate
|
Sun, 25 May 2008 19:17:03 +0000 |
rubidium |
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
|
file |
diff |
annotate
|
Mon, 19 May 2008 09:48:47 +0000 |
rubidium |
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
file |
diff |
annotate
|
Sun, 18 May 2008 20:40:30 +0000 |
rubidium |
(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Window constructors.
|
file |
diff |
annotate
|
Sat, 17 May 2008 23:11:06 +0000 |
rubidium |
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
|
file |
diff |
annotate
|
Sat, 17 May 2008 13:01:30 +0000 |
rubidium |
(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
|
file |
diff |
annotate
|
Sat, 17 May 2008 12:48:06 +0000 |
rubidium |
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
file |
diff |
annotate
|
Sat, 17 May 2008 08:00:13 +0000 |
rubidium |
(svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow.
|
file |
diff |
annotate
|
Thu, 15 May 2008 20:04:10 +0000 |
rubidium |
(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.
|
file |
diff |
annotate
|
Thu, 15 May 2008 19:24:15 +0000 |
glx |
(svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow.
|
file |
diff |
annotate
|
Sun, 11 May 2008 14:23:45 +0000 |
rubidium |
(svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.
|
file |
diff |
annotate
|
Sun, 11 May 2008 14:09:38 +0000 |
rubidium |
(svn r13044) -Fix: deleting an already deleted window.
|
file |
diff |
annotate
|
Sun, 11 May 2008 13:02:58 +0000 |
rubidium |
(svn r13043) -Codechange: remove some duplicate variables from news_d.
|
file |
diff |
annotate
|
Sun, 11 May 2008 12:26:20 +0000 |
rubidium |
(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables.
|
file |
diff |
annotate
|
Sun, 11 May 2008 11:41:18 +0000 |
rubidium |
(svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors.
|
file |
diff |
annotate
|
Sun, 11 May 2008 07:22:13 +0000 |
rubidium |
(svn r13040) -Codechange: make a class of the NetworkLobbyWindow.
|
file |
diff |
annotate
|
Sat, 10 May 2008 12:30:27 +0000 |
rubidium |
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
|
file |
diff |
annotate
|
Sat, 10 May 2008 08:58:52 +0000 |
rubidium |
(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.
|
file |
diff |
annotate
|
Fri, 09 May 2008 15:27:00 +0000 |
rubidium |
(svn r13025) -Codechange: remove the need for two WindowEvents.
|
file |
diff |
annotate
|
Thu, 08 May 2008 13:20:54 +0000 |
glx |
(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings
|
file |
diff |
annotate
|
Thu, 08 May 2008 11:50:34 +0000 |
rubidium |
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
file |
diff |
annotate
|
Thu, 08 May 2008 11:31:41 +0000 |
rubidium |
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
file |
diff |
annotate
|
Tue, 06 May 2008 21:28:30 +0000 |
rubidium |
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
|
file |
diff |
annotate
|
Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 20:31:21 +0000 |
rubidium |
(svn r12709) -Feature: show the last joined server. Heavily based on a patch by Yexo.
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 13:23:16 +0000 |
rubidium |
(svn r12701) -Codechange: do not explicitly number a widget enum because that causes a big diff when adding something.
|
file |
diff |
annotate
|
Wed, 26 Mar 2008 10:38:31 +0000 |
rubidium |
(svn r12426) -Cleanup: sprinkle some coding style over a few files.
|
file |
diff |
annotate
|
Wed, 26 Mar 2008 10:08:17 +0000 |
rubidium |
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
|
file |
diff |
annotate
|
Mon, 24 Mar 2008 06:38:20 +0000 |
rubidium |
(svn r12404) -Codechange: rename the string buffer used for network GUIs to something more unique than what it is called now.
|
file |
diff |
annotate
|
Mon, 24 Mar 2008 06:32:53 +0000 |
rubidium |
(svn r12403) -Codechange: unmisuse a variable in the chat window and make the code a little cleaner.
|
file |
diff |
annotate
|
Sat, 15 Mar 2008 19:50:06 +0000 |
peter1138 |
(svn r12370) -Fix [FS#1853]: Close language drop down when parent window is clicked/closed.
|
file |
diff |
annotate
|
Fri, 18 Jan 2008 10:36:55 +0000 |
peter1138 |
(svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel.
|
file |
diff |
annotate
|
Thu, 17 Jan 2008 20:00:13 +0000 |
peter1138 |
(svn r11909) -Codechange: use dropdown widget for player livery, network lobby/setup and news settings windows
|
file |
diff |
annotate
|
Mon, 14 Jan 2008 16:10:58 +0000 |
peter1138 |
(svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.
|
file |
diff |
annotate
|
Sun, 13 Jan 2008 14:37:30 +0000 |
rubidium |
(svn r11834) -Codechange: only include settings_type.h if needed.
|
file |
diff |
annotate
|
Sun, 13 Jan 2008 01:21:35 +0000 |
rubidium |
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
file |
diff |
annotate
|
Sat, 12 Jan 2008 14:10:35 +0000 |
rubidium |
(svn r11818) -Codechange: split player.h into smaller pieces.
|
file |
diff |
annotate
|
Wed, 09 Jan 2008 09:45:45 +0000 |
rubidium |
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
|
file |
diff |
annotate
|
Mon, 07 Jan 2008 14:23:25 +0000 |
rubidium |
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
file |
diff |
annotate
|
Mon, 07 Jan 2008 14:02:26 +0000 |
rubidium |
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
|
file |
diff |
annotate
|
Mon, 07 Jan 2008 00:19:09 +0000 |
rubidium |
(svn r11771) -Codechange: split settings.h into better separated headers.
|
file |
diff |
annotate
|
Fri, 28 Dec 2007 04:20:56 +0000 |
belugas |
(svn r11714) -Fix[FS#1569]: Do not allow player inauguration date on scenarios to be bigger than current year.
|
file |
diff |
annotate
|
Wed, 26 Dec 2007 13:50:40 +0000 |
rubidium |
(svn r11702) -Codechange: move all date related stuff to date*.
|
file |
diff |
annotate
|
Tue, 25 Dec 2007 11:26:07 +0000 |
rubidium |
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
file |
diff |
annotate
|
Tue, 25 Dec 2007 09:48:53 +0000 |
rubidium |
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
file |
diff |
annotate
|
Sun, 23 Dec 2007 10:56:02 +0000 |
rubidium |
(svn r11684) -Codechange: split gfx.h in a type and functional header.
|
file |
diff |
annotate
|
Fri, 21 Dec 2007 21:50:46 +0000 |
rubidium |
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
|
file |
diff |
annotate
|