Age | Commit message (Expand) | Author |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-05-19 | (svn r16359) -Codechange: don't abuse company 0 when determining 'cost to cle... | smatz |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-05-09 | (svn r16259) -Codechange: Added nested widgets to the load and save dialogue ... | alberth |
2009-05-09 | (svn r16258) -Codechange: Remove panel with negative height and some small ad... | alberth |
2009-05-09 | (svn r16257) -Codechange: Added empty widgets in load dialogue to move the re... | alberth |
2009-05-09 | (svn r16256) -Codechange: Moved load/save dialogue widget numbers outside the... | alberth |
2009-05-06 | (svn r16242) -Codechange: rework pausing | rubidium |
2009-05-04 | (svn r16227) -Codechange: Added nested widgets for error windows, tooltip win... | alberth |
2009-04-29 | (svn r16183) -Fix [FS#2872]: wrong string alignment for error messages with face | rubidium |
2009-04-29 | (svn r16182) -Fix: hardcoded (old sized) MAX_COMPANIES constant | rubidium |
2009-04-26 | (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw... | rubidium |
2009-04-26 | (svn r16156) -Codechange: make the parameters of DrawStringMultiline the same... | rubidium |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
2009-04-19 | (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t... | rubidium |
2009-04-11 | (svn r16033) -Codechange: Added nested widgets to about window, land-info win... | alberth |
2009-04-11 | (svn r16032) -Codechange: Completing widget numbers of query windows. | alberth |
2009-04-10 | (svn r16024) -Codechange: harden string copying on places where it's possible | rubidium |
2009-03-31 | (svn r15907) -Fix (r15841): some strings in save/load dialog were drawn with ... | glx |
2009-03-29 | (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca... | alberth |
2009-03-25 | (svn r15843) -Codechange: with RTL the caret would always be drawn at the end... | rubidium |
2009-03-25 | (svn r15841) -Fix: the saveload window could draw directory partly outside th... | rubidium |
2009-03-22 | (svn r15808) -Codechange: use the new DrawString API in a number of GUIs | rubidium |
2009-03-22 | (svn r15803) -Codechange: use the new text drawing API for multicenter | rubidium |
2009-03-22 | (svn r15801) -Fix (r15797): The new DrawStringMultiLine() now returns the new... | peter1138 |
2009-03-21 | (svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n... | rubidium |
2009-03-21 | (svn r15794) -Codechange: remove the DoDrawString part of the old text drawin... | rubidium |
2009-03-21 | (svn r15787) -Codechange: enumify the land info and about window widgets and ... | rubidium |
2009-03-21 | (svn r15785) -Codechange: remove the *Truncated part of the old text drawing ... | rubidium |
2009-03-18 | (svn r15762) -Codechange: inlined utf8 chars are not handled properly on east... | glx |
2009-03-17 | (svn r15753) -Fix (r15702)[FS#2742]: Crash when clicking the small area betwe... | yexo |
2009-03-15 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp... | rubidium |
2009-03-15 | (svn r15719) -Update: the credit section. | yexo |
2009-03-13 | (svn r15702) -Feature(tte): direct content download 'links' in the play scena... | rubidium |
2009-03-11 | (svn r15669) -Change: Key presses that are not handles by an input box are no... | yexo |
2009-03-04 | (svn r15605) -Codechange: constify a function | rubidium |
2009-02-25 | (svn r15584) -Codechange: Move several variables from variables.h to more app... | yexo |
2009-02-25 | (svn r15578) -Change: unexternalise squirrel. | rubidium |
2009-02-09 | (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. | rubidium |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-09 | (svn r15424) -Codechange: make it possible to have multiple windows with edit... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-27 | (svn r15283) -Documentation: Apply some widget naming to the widget arrays. | belugas |
2009-01-25 | (svn r15273) -Fix: OSK of the chat did not update the caret graphics | rubidium |
2009-01-19 | (svn r15151) -Fix: tile 0 can now be highlighted as error tile | Yexo |
2009-01-16 | (svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes str... | rubidium |
2009-01-09 | (svn r14944) -Cleanup: add spaces around some operators | rubidium |
2009-01-04 | (svn r14840) -Cleanup: remove duplicate includes | glx |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |