peter1138
|
cfc45e97ab
|
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
of windows causing 'two stage' opening effect.
|
2008-05-23 23:02:13 +00:00 |
|
rubidium
|
162e2e074b
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
9155d641cb
|
(svn r13156) -Codechange: make classes of the GraphWindows.
|
2008-05-18 11:23:41 +00:00 |
|
rubidium
|
77059f7b5d
|
(svn r13155) -Codechange: make a window class of the company league and graph legenda windows.
|
2008-05-18 09:39:40 +00:00 |
|
rubidium
|
a89b5721a8
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
adb5a09cb3
|
(svn r13121) -Codechange: make a class of the PerformanceRatingDetailWindow.
|
2008-05-16 17:45:43 +00:00 |
|
rubidium
|
92aac531c2
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
9db77e3808
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(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.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
f037d98ef4
|
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
|
2008-01-24 18:47:05 +00:00 |
|
rubidium
|
90acd52f22
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
2fc62eab05
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
rubidium
|
64d691bacc
|
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
|
2008-01-09 09:45:45 +00:00 |
|
peter1138
|
890296c125
|
(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so that news pop-ups and the about window still progress. For other windows the events are ignored when paused.
|
2008-01-01 22:34:00 +00:00 |
|
rubidium
|
db73addb43
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
|
rubidium
|
81bf9f8503
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
00c9d3ef20
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|
rubidium
|
1f6043458c
|
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
|
2007-12-22 23:30:28 +00:00 |
|
rubidium
|
766551b0bc
|
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
|
2007-12-21 21:50:46 +00:00 |
|
rubidium
|
8427b8bad2
|
(svn r11675) -Codechange: split the string types from the string functions.
|
2007-12-21 19:49:27 +00:00 |
|
rubidium
|
2cf7d5b2cb
|
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
|
2007-12-19 20:45:46 +00:00 |
|
rubidium
|
8bfbfd0031
|
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
2007-12-19 19:44:29 +00:00 |
|
rubidium
|
8c0122f429
|
(svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company values.
|
2007-12-02 19:21:56 +00:00 |
|
rubidium
|
92cb0e45ca
|
(svn r11555) -Codechange: use the new members introduced in r11551.
|
2007-12-02 14:29:48 +00:00 |
|
skidd13
|
815b8d8df1
|
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
|
2007-11-24 10:38:43 +00:00 |
|
skidd13
|
f92f3aec06
|
(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style
|
2007-11-20 14:11:19 +00:00 |
|
skidd13
|
3ae50673a3
|
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
|
2007-11-20 13:35:54 +00:00 |
|
skidd13
|
c0a2c0c23e
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
f4a5c80d71
|
(svn r11476) -Codechange: rename the function myabs to abs to get rid of an unneeded define
|
2007-11-19 18:58:04 +00:00 |
|
skidd13
|
98f66552be
|
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
|
2007-11-19 18:38:10 +00:00 |
|
belugas
|
e2c0f1faf7
|
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
2007-11-04 00:08:57 +00:00 |
|
rubidium
|
eadd6765e1
|
(svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
2007-10-20 14:51:09 +00:00 |
|
rubidium
|
d5e3e4c66e
|
(svn r11039) -Fix [FS#1191]: underflow that caused overflows in the performance rating calculation.
|
2007-09-02 20:41:46 +00:00 |
|
rubidium
|
13ab17bca8
|
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
|
2007-07-27 12:49:04 +00:00 |
|
rubidium
|
df009178d4
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
peter1138
|
8ee9e8bf1e
|
(svn r10323) -Codechange: reference company name, number and player (president) name
by index
|
2007-06-25 13:30:38 +00:00 |
|
rubidium
|
d0fa4eb9de
|
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
rubidium
|
1b27095c83
|
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
|
2007-06-21 14:54:51 +00:00 |
|
rubidium
|
7577954ced
|
(svn r9672) -Cleanup: lots of coding style fixes around operands.
|
2007-04-18 22:10:36 +00:00 |
|
peter1138
|
7df3a94d8f
|
(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader.
|
2007-04-15 16:20:35 +00:00 |
|
peter1138
|
8ec3e58b48
|
(svn r9435) -Fix (r8972): ensure the cargo payment graph is at least 12 "items" high
|
2007-03-24 18:56:59 +00:00 |
|
peter1138
|
93fe91cc8c
|
(svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops.
|
2007-03-21 13:19:01 +00:00 |
|
peter1138
|
53ee239945
|
(svn r9079) -Codechange: add WWT_LAST widget when dynamically building cargo payment graph
|
2007-03-09 22:55:04 +00:00 |
|
rubidium
|
979ccd45ba
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
rubidium
|
4169bfba06
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
peter1138
|
a712d97c79
|
(svn r8989) -Fix: more indenting and variable scoping
|
2007-03-03 09:58:20 +00:00 |
|
peter1138
|
f39b7b0019
|
(svn r8972) -Codechange: Dynamically add buttons on the cargo payment graph. This lets us remove the gaps and allow more than 12 cargo types later.
|
2007-03-02 11:36:34 +00:00 |
|
belugas
|
240cbd4dd2
|
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
|
2007-03-01 01:24:44 +00:00 |
|
peter1138
|
3d581f4f89
|
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
|
2007-02-20 22:09:21 +00:00 |
|
maedhros
|
310a299a43
|
(svn r8612) -Fix (r117) [FS#582]: When the currently selected player in the performance
details window is no longer active, choose the first active player instead of
the first player as that may also be inactive.
|
2007-02-06 15:50:15 +00:00 |
|