summaryrefslogtreecommitdiff
path: root/src/network/network_content_gui.cpp
AgeCommit message (Collapse)Author
2009-05-05(svn r16234) -Codechange (r16231, r16233): Do not add test functions to trunk.alberth
2009-05-05(svn r16233) -Codechange: Added nested widgets to network content windows.alberth
2009-05-05(svn r16232) -Codechange: Moving network content widgets enums outside ↵alberth
window structs.
2009-04-26(svn r16163) -Codechange: instead of SetDParamStr(0, string); ↵rubidium
DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...).
2009-04-26(svn r16162) -Codechange: remove needless TC_ colours from DrawString when ↵rubidium
they are part of strings and add some colours to a few strings.
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the ↵rubidium
same as for DrawString (except the addition of the bottom parameter)
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had ↵rubidium
this ID' from 'some' strings and replace the string name with something more sensible.
2009-04-17(svn r16071) -Fix [FS#2845]: content download progress bar 'resetting' due ↵rubidium
to mathematical overflow.
2009-03-29(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ↵alberth
callback
2009-03-22(svn r15808) -Codechange: use the new DrawString API in a number of GUIsrubidium
2009-03-22(svn r15803) -Codechange: use the new text drawing API for multicenterrubidium
-Fix (r15800): off-by-one w.r.t. offsets
2009-03-21(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the ↵rubidium
new one.
2009-03-21(svn r15791) -Codechange: remove the *RightAligned part of the old text ↵rubidium
drawing API.
2009-03-21(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.rubidium
2009-03-21(svn r15785) -Codechange: remove the *Truncated part of the old text drawing ↵rubidium
API.
2009-03-21(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windowsglx
2009-03-21(svn r15782) -Codechange: replace some calls to the all text drawing API to ↵rubidium
the new one.
2009-03-19(svn r15766) -Fix [FS#2744]: Crash when opening the content list window ↵rubidium
twice; inconsistencies when clicking download twice.
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes ↵rubidium
expanding them much easier (Alberth)
2009-03-13(svn r15702) -Feature(tte): direct content download 'links' in the play ↵rubidium
scenario/heightmap windows.
2009-03-06(svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas.rubidium
2009-02-24(svn r15566) -Change: reintroduce space as valid method of selecting ↵rubidium
'content' as long as the filter box is not focused. Enter will also work when the filter box is focused.
2009-02-09(svn r15433) -Fix (r15126): Content download progress bar was not centered ↵peter1138
properly.
2009-02-09(svn r15424) -Codechange: make it possible to have multiple windows with ↵rubidium
edit box open simultaniously (Zuu).
2009-02-06(svn r15377) -Fix [FS#2607]: filter did resort when unneeded and didn't ↵rubidium
deselect properly in some cases (Roujin)
2009-02-06(svn r15372) -Feature: filter the 'content' based on the tag/name. Based on ↵rubidium
a patch by Roujin.
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15234) -Fix (r15176): Crash if you pressed space in the content ↵Yexo
download window before selecting an item.
2009-01-23(svn r15221) -Change [FS#2574]: only show missing NewGRFs when opening the ↵rubidium
content download window from a NewGRF list and there are missing NewGRFs, otherwise show just all NewGRFs the system knows.
2009-01-23(svn r15215) -Fix: various MSVC x64 compiler warningsrubidium
2009-01-22(svn r15207) -Add: sorting to the content list.rubidium
2009-01-22(svn r15206) -Fix [FS#2567]: memory corruption due to not properly cleanup ↵rubidium
up the mess when cancelling a download
2009-01-20(svn r15178) -Change: rename 'update' to 'upgrade' as that's a bit more clearrubidium
2009-01-20(svn r15176) -Fix [FS#2554]: querying the content server could free when ↵rubidium
resolving the hostname or connecting takes long/is timing out.
2009-01-19(svn r15154) -Fix [FS#2555] (r15126): wrong tooltip for the matrixrubidium
2009-01-19(svn r15153) -Fix (r15126): the scrollbar's "count" wasn't always correctly setrubidium
2009-01-18(svn r15136) -Fix (r15126): (file) name could occasionally be wider than the ↵rubidium
download window causing glitches.
2009-01-18(svn r15134) -Fix (r15126): not selecting dependencies when pressing "select ↵rubidium
update"
2009-01-17(svn r15126) -Feature: downloading content from a central server ↵rubidium
(content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.