summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-10(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa...rubidium
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-10(svn r13026) -Codechange[FS#1999]: Further Dynamite Tool Unification.(Roujin)belugas
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-09(svn r13023) -Revert (r1444): Revert changes to multihead engine weight -- th...peter1138
2008-05-08(svn r13022) -Fix: driver list wasn't freed, replace by statically allocated onesmatz
2008-05-08(svn r13021) -Codechange: free data_b for other uses when it is not used to s...rubidium
2008-05-08(svn r13020) -Codechange: make industry directory window horizontally resizab...glx
2008-05-08(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)glx
2008-05-08(svn r13018) -Codechange: make a class of the LandInfo Window.rubidium
2008-05-08(svn r13016) -Codechange: unify the detection if rail catenary should be drawnsmatz
2008-05-08(svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the ....rubidium
2008-05-08(svn r13014) -Fix (r13008): mingw revealed some signed/unsigned warningsglx
2008-05-08(svn r13013) -Fix: GCC 4.3 warning about a clobbering mask due to longjmp. Th...rubidium
2008-05-08(svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another ...rubidium
2008-05-08(svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the p...rubidium
2008-05-08(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.rubidium
2008-05-08(svn r13009) -Codechange: move more tile highlighting related functions/types...rubidium
2008-05-08(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warningsglx
2008-05-08(svn r13007) -Fix: some files in source.list where in the wrong category.rubidium
2008-05-08(svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so m...rubidium
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-08(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...rubidium
2008-05-07(svn r13002) -Fix (r13001): [autoreplace] previous fix broke updating of a po...bjarni
2008-05-07(svn r13001) -Fix [FS#1994](r12913): [autoreplace] we should stop working on ...bjarni
2008-05-07(svn r13000) -Fix (r12991): broken win9x compilationglx
2008-05-07(svn r12999) -Fix [FS#1995]: when a Window got deleted on a double click even...rubidium
2008-05-07(svn r12998) -Fix: -Wredundant_decls sees "friend" declarations as redundant ...rubidium
2008-05-07(svn r12996) -Fix: debugging was not possible with MSVC 2008glx
2008-05-07(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wra...smatz
2008-05-07(svn r12994) -Fix (r12976): another case main toolbar wasn't marked dirtysmatz
2008-05-07(svn r12993) -Fix (r11175): list used for sorting GRFs wasn't freedsmatz
2008-05-07(svn r12992) -Fix (r12976): main toolbar wasn't marked dirty when a child com...smatz
2008-05-07(svn r12991) -Codechange: removed some unneeded includesglx
2008-05-07(svn r12990) -Fix: silence the redundanct declaration warning when compiling ...rubidium
2008-05-07(svn r12989) -Codechange: move ViewportSign to viewport_type.h.rubidium
2008-05-07(svn r12988) -Fix [FS#1992](r12913): [autoreplace] failing to replace a road ...bjarni
2008-05-07(svn r12987) -Codechange: split viewport and tile selection.rubidium
2008-05-07(svn r12986) -Codechange: move the landscape and transport related types from...rubidium
2008-05-07(svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa filesbjarni
2008-05-07(svn r12984) -Codechange: some coding style in window.cpp.rubidium
2008-05-07(svn r12983) -Codechange [FS#1987] : Unification of all dynamite tools calls ...belugas
2008-05-06(svn r12982) -Fix: compiler warning when compiling without assertssmatz
2008-05-06(svn r12981) -Codechange: remove some useless includes and definesglx
2008-05-06(svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly.rubidium
2008-05-06(svn r12979) -Codechange: support using MORPHOS in sources.list.rubidium
2008-05-06(svn r12978) -Codechange: "\\0" is not needed for the MorphOS revision string...rubidium
2008-05-06(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...rubidium
2008-05-06(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...rubidium