Age | Commit message (Expand) | Author |
2010-08-29 | (svn r20689) -Codechange: Make some global functions used in 1 .cpp file stat... | alberth |
2010-08-29 | (svn r20688) -Codechange: Rename Queue struct to BinaryHeap. | alberth |
2010-08-29 | (svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a GetElement(... | alberth |
2010-08-29 | (svn r20686) -Codechange: Make init_BinaryHeap() a method. | alberth |
2010-08-29 | (svn r20685) -Codechange: Make BinaryHeap_Clear() a method. | alberth |
2010-08-29 | (svn r20684) -Codechange: Make BinaryHeap_Free() a method. | alberth |
2010-08-29 | (svn r20683) -Codechange: Make BinaryHeap_Delete() a method. | alberth |
2010-08-29 | (svn r20682) -Codechange: Make BinaryHeap_Pop() a method. | alberth |
2010-08-29 | (svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce temporar... | alberth |
2010-08-29 | (svn r20680) -Codechange: Remove the now useless union and struct wrappers ar... | alberth |
2010-08-29 | (svn r20679) -Codechange: Remove unused insertion sorter. | alberth |
2010-08-29 | (svn r20678) -Codechange: Remove unused NetworkFindClientInfoFromIndex(), Net... | alberth |
2010-08-29 | (svn r20677) -Fix (r20136): copy-paste error (jwm) | rubidium |
2010-08-28 | (svn r20676) -Codechange: it's not needed to supply two almost identical vars | rubidium |
2010-08-28 | (svn r20675) -Add [FS#4077]: method to access the (action 14) NewGRF version ... | rubidium |
2010-08-28 | (svn r20674) -Codechange: Remove declared functions that do not exist (anymor... | alberth |
2010-08-28 | (svn r20673) -Codechange: add support for inspecting objects | rubidium |
2010-08-28 | (svn r20672) -Remove: some stale strings | rubidium |
2010-08-28 | (svn r20671) -Add: feature F (not action F as written mistakenly in the previ... | rubidium |
2010-08-28 | (svn r20670) -Add: support for action F | rubidium |
2010-08-28 | (svn r20669) -Codechange: trigger the whole object every 256 ticks instead of... | rubidium |
2010-08-28 | (svn r20668) -Codechange: add (more) support for bridges over objects | rubidium |
2010-08-28 | (svn r20667) -Codechange: implement the autoslope callback for objects | rubidium |
2010-08-28 | (svn r20666) -Codechange: enable drawing of (NewGRF) objects | rubidium |
2010-08-28 | (svn r20665) -Codechange: make clearing object tiles behave (more) like TTDPatch | rubidium |
2010-08-28 | (svn r20664) -Codechange: implement the land slope callback for objects | rubidium |
2010-08-28 | (svn r20663) -Codechange: add the GRF name to the tile info window | rubidium |
2010-08-28 | (svn r20662) -Codechange: implement object animation | rubidium |
2010-08-28 | (svn r20661) -Codechange: implement the "decide colour" callback for objects | rubidium |
2010-08-28 | (svn r20660) -Codechange: implement (most) of action2 support for objects | rubidium |
2010-08-28 | (svn r20659) -Feature: make the (flat) area around an industry configurable (... | rubidium |
2010-08-28 | (svn r20658) -Codechange: add the colour of an object to the object instance | rubidium |
2010-08-28 | (svn r20657) -Codechange: add function to draw NewGRF tileseq in the GUI | rubidium |
2010-08-28 | (svn r20656) -Codechange: implement counting of objects | rubidium |
2010-08-28 | (svn r20655) -Codechange: implement reading the action3 of objects | rubidium |
2010-08-28 | (svn r20654) -Codechange: implement reading action0 of objects | rubidium |
2010-08-28 | (svn r20653) -Update from WebTranslator v3.0: | translators |
2010-08-28 | (svn r20652) -Codechange: implement a function to get the index of a spec. | rubidium |
2010-08-28 | (svn r20651) -Codechange: add a function to determine whether an object is av... | rubidium |
2010-08-28 | (svn r20650) -Codechange: add some variables to the object's spec | rubidium |
2010-08-28 | (svn r20649) -Codechange: implement classes for objects | rubidium |
2010-08-28 | (svn r20648) -Codechange: implement the NewGRF override manager for objects | rubidium |
2010-08-28 | (svn r20647) -Codechange: update some of the object spec information | rubidium |
2010-08-28 | (svn r20646) -Codechange: make the code flow of breakdown handling a bit clearer | rubidium |
2010-08-28 | (svn r20645) -Codechange [FS#4086]: unify the code for checking for breakdown... | rubidium |
2010-08-28 | (svn r20644) -Codechange [FS#4086]: unify the vehicle breakdown code (Hirundo) | rubidium |
2010-08-27 | (svn r20643) -Fix (r20641): != != == | rubidium |
2010-08-27 | (svn r20642) -Codechange: make the table in object_land easier expandable. | rubidium |
2010-08-27 | (svn r20641) -Codechange: remove the "require flat land" flag | rubidium |
2010-08-27 | (svn r20640) -Add: support for water under objects | rubidium |