Age | Commit message (Expand) | Author |
2008-08-03 | (svn r13970) -Codechange: Replace numbers with Colours enum on network, toolb... | belugas |
2008-08-02 | (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 a... | belugas |
2008-07-18 | (svn r13731) -Codechange: make a pool of the array of players. | rubidium |
2008-07-03 | (svn r13672) -Fix(r13670): silent warnings that MSVC did not raised. Looks l... | belugas |
2008-07-01 | (svn r13670) -Codechange : Merge some very alike events handlers. | belugas |
2008-06-30 | (svn r13663) -Codechange: Use a default parameter, hoping to reduce the diffe... | belugas |
2008-06-28 | (svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' ... | frosch |
2008-06-27 | (svn r13646) -Change: typos and miss-aligned enum values | belugas |
2008-06-27 | (svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not... | belugas |
2008-06-27 | (svn r13643) -Codechange: Enumify some loosely related values been used in th... | belugas |
2008-06-26 | (svn r13642) -Documentation: Add the enum values to the widget arrays, in con... | belugas |
2008-06-26 | (svn r13641) -Fix: Misleading enum name. | belugas |
2008-06-25 | (svn r13628) -Feature: enable building of aqueducts in the scenario editor | skidd13 |
2008-06-21 | (svn r13597) -Codechange: Enumification of the Map menu items. | belugas |
2008-06-20 | (svn r13590) -Codechange: Enumification of the Save/Load menu items | belugas |
2008-06-19 | (svn r13588) -Documentation: Document the function PopupMainPlayerToolbMenu. ... | belugas |
2008-06-19 | (svn r13586) -Codechange: Using default parameter, for cases where there are ... | belugas |
2008-06-18 | (svn r13562) -Codechange: Yet another enumification, which required a bit of ... | belugas |
2008-06-18 | (svn r13561) -Codechange: two more enumifications of widgets | belugas |
2008-06-18 | (svn r13560) -Fix(r13550): This section widget_count did not required to be l... | belugas |
2008-06-17 | (svn r13559) -Codechange: Enumification of the Options menu items | belugas |
2008-06-17 | (svn r13550) -Fix(r13540, r13542): widget_count did not had the same value as... | belugas |
2008-06-17 | (svn r13543) -Codechange: Enumification of the InGame toolbar and some leftov... | belugas |
2008-06-17 | (svn r13542) -Codechange: Less a few more magic numbers and a code a bit more... | belugas |
2008-06-17 | (svn r13541) -Codechange: Aligning some switch case. Code cosmetics. | belugas |
2008-06-17 | (svn r13540) -Codechange: Less a magic number and a more adaptable code | belugas |
2008-06-16 | (svn r13536) -Codechange: Bit shifting is not really required when you know e... | belugas |
2008-06-14 | (svn r13515) -Codechange: Widget enumification for scenario editor | belugas |
2008-06-14 | (svn r13514) -Codechange: Removal of dead code (or useless, to be more exact) | belugas |
2008-06-13 | (svn r13504) -Codechange: enumify some widgets for scenario editor. More wor... | belugas |
2008-06-13 | (svn r13503) -Fix(r13173)[FS#2073]: Wrong widget numbers & event handlers wer... | belugas |
2008-05-29 | (svn r13339) -Feature: splitting of the main toolbar when the resolution beco... | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-24 | (svn r13228) -Codechange: split console.h. | rubidium |
2008-05-23 | (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f... | peter1138 |
2008-05-22 | (svn r13208) -Fix (r13173): it was possible to open invalid submenu from drop... | smatz |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-19 | (svn r13179) -Fix (r13173): r13178 applies to the main toolbar in Scenario Ed... | smatz |
2008-05-19 | (svn r13178) -Fix (r13173): the main toolbar didn't respect patch settings, i... | smatz |
2008-05-18 | (svn r13173) -Codechange: make windows of the main toolbars. | rubidium |
2008-05-18 | (svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Win... | rubidium |
2008-05-17 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th... | rubidium |
2008-05-15 | (svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus. | rubidium |
2008-05-15 | (svn r13106) -Codechange: rework the toolbar code a little so functions do no... | rubidium |
2008-05-12 | (svn r13061) -Codechange: make a class of the BuildTreesWindow. | glx |
2008-05-10 | (svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa... | rubidium |
2008-05-09 | (svn r13025) -Codechange: remove the need for two WindowEvents. | rubidium |
2008-05-09 | (svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena... | rubidium |
2008-05-08 | (svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so m... | rubidium |
2008-05-08 | (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ... | rubidium |