Mercurial > hg > openttd
graph
-
(svn r17795) -Codechange: split cargolist into one for vehicles and one for stations. draftSun, 18 Oct 2009 13:39:00 +0000, by rubidium
-
(svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. draftSat, 17 Oct 2009 22:36:43 +0000, by michi_cc
-
(svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz video driver was used. draftSat, 17 Oct 2009 22:36:39 +0000, by michi_cc
-
(svn r17792) -Fix [FS#3261]: [OSX] Fix (bogus) compiler warnings related to printf argument checking. draftSat, 17 Oct 2009 22:36:35 +0000, by michi_cc
-
(svn r17791) -Codechange: Highscore and endgame windows use pure nested widgets. draftSat, 17 Oct 2009 20:38:27 +0000, by alberth
-
(svn r17790) -Feature: translatable base sound/graphics set descriptions draftSat, 17 Oct 2009 20:34:09 +0000, by rubidium
-
(svn r17788) -Fix [FS#3268] (r16702): don't fail hard when no soundcard could be detected; just fall back on the null-driver draftSat, 17 Oct 2009 15:15:00 +0000, by rubidium
-
(svn r17787) -Codechange: be a bit more verbose about while allegro failed with some actions. draftSat, 17 Oct 2009 14:39:43 +0000, by rubidium
-
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows draftSat, 17 Oct 2009 14:29:10 +0000, by rubidium
-
(svn r17785) -Codechange: autoreplace window uses pure nested widgets. draftSat, 17 Oct 2009 14:26:40 +0000, by alberth
-
(svn r17784) -Codechange: Replace 'i' with 'side' when side is intended in the autoreplace window. draftSat, 17 Oct 2009 08:18:55 +0000, by alberth
-
(svn r17783) -Codechange: Remove local pointer variable 'widget' from autoreplace window. draftSat, 17 Oct 2009 08:14:39 +0000, by alberth
-
(svn r17782) -Fix [FS#3270]: animation wasn't removed from station tiles when keeping the rail during removal draftSat, 17 Oct 2009 08:12:39 +0000, by rubidium
-
(svn r17781) -Codechange: Remove local variable 'selected_group' from autoreplace window. draftSat, 17 Oct 2009 08:10:46 +0000, by alberth
-
(svn r17780) -Codechange: A bit more code style in the autoreplace window. draftSat, 17 Oct 2009 07:47:59 +0000, by alberth
-
(svn r17778) -Fix: remove unneeded newline from 'TOC' debug lines. draftThu, 15 Oct 2009 20:15:12 +0000, by rubidium
-
(svn r17776) -Codechange: [SDL] make "update the video card"-process asynchronious. Profiling with gprof etc. hasn't shown us that DrawSurfaceToScreen takes a significant amount of CPU; only using TIC/TOC it became apparant that it was a heavy CPU-cycle user or that it was waiting for something. draftThu, 15 Oct 2009 17:41:06 +0000, by rubidium
-
(svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log draftWed, 14 Oct 2009 08:20:42 +0000, by rubidium
-
(svn r17773) -Cleanup: sdl.h isn't needed for allegro draftWed, 14 Oct 2009 08:14:57 +0000, by rubidium
-
(svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding newlines (multi line strings) we need to (properly) handle the case when there are no spaces instead of truncating the string. draftTue, 13 Oct 2009 20:19:34 +0000, by rubidium
-
(svn r17771) -Codechange: use the 'StringID' function instead of the 'const char *' function + custom code to resolve the 'const char *' from the 'StringID' draftTue, 13 Oct 2009 19:24:58 +0000, by rubidium
-
(svn r17768) -Fix (r17715): [OSX] Newer GCC versions don't like jumping over variable definitions with goto's. (planetmaker) draftMon, 12 Oct 2009 00:19:11 +0000, by michi_cc
-
(svn r17767) -Fix [FS#3190]: [OSX] Don't check 64bit-ness when compiling strgen. draftMon, 12 Oct 2009 00:19:07 +0000, by michi_cc
-
(svn r17764) -Codechange: Replace 'list' class variable in ReplacceVehicleWindow by 'engines'. draftSun, 11 Oct 2009 13:09:44 +0000, by alberth
-
(svn r17763) -Codechange: Rename 'wagon_btnstate' to 'replace_engines', and 'init_lists' to 'reset_sel_engine' in ReplaceVehicleWindow, add doxygen comments. draftSun, 11 Oct 2009 12:51:15 +0000, by alberth
-
(svn r17762) -Fix [FS#3259]: don't let aircraft drive a while over the grass when landing at high altitude airports draftSun, 11 Oct 2009 12:35:16 +0000, by rubidium
-
(svn r17761) -Codechange: Removed some unused/unneeded variables from ReplaceVehicleWindow. draftSun, 11 Oct 2009 11:47:21 +0000, by alberth
-
(svn r17760) -Revert (r17648): _local_company is less constant than you'd expect. draftSun, 11 Oct 2009 08:23:30 +0000, by alberth
-
(svn r17759) -Codechange [FS#3257]: Return focus to the parent window using the function designed for it. draftSun, 11 Oct 2009 08:07:09 +0000, by alberth
-
(svn r17758) -Revert (r17208): Use assert_compile() if you cannot count. draftSat, 10 Oct 2009 18:48:13 +0000, by frosch
-
(svn r17756) -Codechange: Company finances window uses pure nested widgets. draftSat, 10 Oct 2009 15:18:20 +0000, by alberth
-
(svn r17755) -Codechange: Allow for a zero-size display plane in a NWidgetStacked widget to hide its child widgets. draftSat, 10 Oct 2009 14:20:38 +0000, by alberth
-
(svn r17754) -Codechange: Make ExpensesList::GetHeight() return a uint. draftSat, 10 Oct 2009 13:32:44 +0000, by alberth
-
(svn r17753) -Fix (r17750): Expenses amounts were printed two pixels too low. draftSat, 10 Oct 2009 13:19:38 +0000, by alberth
-
(svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used town name for the 'Generate Town' window draftSat, 10 Oct 2009 12:47:04 +0000, by rubidium
-
(svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused edit box would show the OSK (Zuu) draftSat, 10 Oct 2009 12:11:05 +0000, by rubidium
-
(svn r17750) -Codechange: Financial expenses panel handles different font size, replaced magic numbers by constants. draftFri, 09 Oct 2009 19:10:05 +0000, by alberth
-
(svn r17748) -Fix: crash when right clicking on the 'toggle' toolbar button draftFri, 09 Oct 2009 17:35:01 +0000, by rubidium
-
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless draftFri, 09 Oct 2009 11:03:00 +0000, by smatz
-
(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet caused the connection to be closed. Also force-close the connection on invalid packets. draftWed, 07 Oct 2009 21:11:56 +0000, by rubidium
-
(svn r17742) -Codechange: remove unused variable from Recv_Packet draftWed, 07 Oct 2009 20:58:14 +0000, by rubidium
-
(svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're PMing draftWed, 07 Oct 2009 19:35:05 +0000, by rubidium
-
(svn r17740) -Codechange: Extract financial expenses drawing routines. draftWed, 07 Oct 2009 19:18:36 +0000, by alberth
-
(svn r17739) -Cleanup: compiler didn't warn about an unused variable, fonsinchen did draftWed, 07 Oct 2009 17:46:58 +0000, by rubidium
-
(svn r17737) -Codechange: remove the chat window when you were chatting with someone who lost his/her connection or when you were team chatting and moved out of the company. draftWed, 07 Oct 2009 17:36:33 +0000, by rubidium
-
(svn r17736) -Codechange [FS#3135]: rewrite CargoList::MoveTo; don't require the secondary list, use cache updates instead of rebuilds. This is usually faster because of primarily gradual loading that only moves a (small) part of the cargo each time. Based on patch by fonsinchen. draftWed, 07 Oct 2009 08:31:42 +0000, by rubidium
-
(svn r17735) -Codechange: update the cache one inserting/removing CargoPackets from the CargoList via Append/Truncate instead of rebuilding the whole cache. For Append this changes the O(n) cache rebuild into a O(1) cache update. For Truncate no temporary list is needed anymore (based on patch by fonsinchen) draftWed, 07 Oct 2009 08:25:12 +0000, by rubidium
-
(svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption. draftTue, 06 Oct 2009 23:01:35 +0000, by rubidium