Age | Commit message (Expand) | Author |
2010-11-09 | (svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF pe... | terkhen |
2010-11-07 | (svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicl... | michi_cc |
2010-10-30 | (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) | alberth |
2010-10-16 | (svn r20948) -Fix (r20880): compiler warning | smatz |
2010-10-02 | (svn r20890) -Doc: Make documentation accessible to doxygen. | alberth |
2010-10-02 | (svn r20889) -Codechange: Make ClosedListHash, OpenListQueue, and OpenListHas... | alberth |
2010-10-02 | (svn r20888) -Codechange: Make Hash_FindNode a method. | alberth |
2010-10-02 | (svn r20887) -Codechange: Make stat_Hash a method. | alberth |
2010-10-02 | (svn r20886) -Codechange: Make init_Hash a method. | alberth |
2010-10-02 | (svn r20885) -Codechange: Make delete_Hash a method. | alberth |
2010-10-02 | (svn r20884) -Codechange: Make clear_Hash a method. | alberth |
2010-10-02 | (svn r20883) -Codechange: Make Hash_Delete a method. | alberth |
2010-10-02 | (svn r20882) -Codechange: Make Hash_Set a method. | alberth |
2010-10-02 | (svn r20881) -Codechange: Make Hash_Get a method. | alberth |
2010-10-02 | (svn r20880) -Codechange: Make Hash_Size a method. | alberth |
2010-10-02 | (svn r20879) -Codechange: Make AyStarMain_ClosedList_IsInList a method. | alberth |
2010-10-02 | (svn r20878) -Codechange: Make AyStarMain_ClosedList_Add a method. | alberth |
2010-10-02 | (svn r20877) -Codechange: Make AyStarMain_OpenList_IsInList a method. | alberth |
2010-10-02 | (svn r20876) -Codechange: Make AyStarMain_OpenList_Pop a method. | alberth |
2010-10-02 | (svn r20875) -Codechange: Make AyStarMain_OpenList_Add a method. | alberth |
2010-10-02 | (svn r20874) -Codechange: Make init_AyStar a method. | alberth |
2010-10-02 | (svn r20868) -Codechange: Make AyStarMain_Main() a method. | alberth |
2010-10-02 | (svn r20867) -Codechange: Make AyStarMain_AddStartNode() a method. | alberth |
2010-10-02 | (svn r20866) -Codechange: CheckTile() always returns the same (ignored) value. | alberth |
2010-10-02 | (svn r20865) -Codechange: Make AyStarMain_CheckTile() a method. | alberth |
2010-10-02 | (svn r20864) -Codechange: Make AyStar_Clear() a method. | alberth |
2010-10-02 | (svn r20863) -Codechange: Make AyStarMain_Loop a method. | alberth |
2010-10-02 | (svn r20862) -Codechange: Make AyStar_Free() a method. | alberth |
2010-10-01 | (svn r20860) -Cleanup: remove some unused functions and variables | smatz |
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-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-12 | (svn r20475) -Fix (r20474): also remove the include of crc32.hpp | yexo |
2010-08-12 | (svn r20474) -Cleanup: remove some unused code | yexo |
2010-08-01 | (svn r20286) -Codechange: Unify end of doxygen comments. | frosch |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-07-31 | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | alberth |
2010-07-24 | (svn r20211) -Codechange: Indented code should have curly braces around it. | alberth |
2010-05-26 | (svn r19896) -Fix [FS#3803] (r18648): [YAPP] Inform the pathfinder as well ab... | michi_cc |
2010-05-21 | (svn r19873) -Fix [FS#3817]: if the (guessed initial) destination tile of a r... | rubidium |
2010-05-13 | (svn r19815) -Cleanup: remove two unused variables | smatz |