Age | Commit message (Expand) | Author |
2006-08-20 | (svn r6013) -Fix: some newgrf properties returned the date in the new format ... | rubidium |
2006-08-20 | (svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the fu... | rubidium |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-06-05 | (svn r5136) Fix various style bugs: | tron |
2006-06-03 | (svn r5087) - NewGRF: Fix thinko in returning a calculated callback result | peter1138 |
2006-05-23 | (svn r4960) - NewGRF: explicitly handle unsupported variables, instead of ret... | peter1138 |
2006-05-17 | (svn r4895) - NewGRF: don't allocate memory for any sprite groups until it is... | peter1138 |
2006-05-08 | (svn r4784) - NewGRF: shuffle the mix of signed / unsigned types when dealing... | peter1138 |
2006-05-04 | (svn r4741) - NewGRF: use the correct variable type for the random bit mask | peter1138 |
2006-05-03 | (svn r4714) - NewGRF: simplify evaluation of 'real' sprite groups. | peter1138 |
2006-04-29 | (svn r4616) - NewGRF: when evaluating a variable adjustment, give our value t... | peter1138 |
2006-04-28 | (svn r4611) - NewGRF: introduce new vehicle sprite group resolver code. This ... | peter1138 |
2006-04-27 | (svn r4601) - NewGRF: after evalutaing a 'real' group, return the chosen grou... | peter1138 |
2006-04-27 | (svn r4594) - NewGRF: introduce the basic sprite group resolver. This code is... | peter1138 |
2006-04-26 | (svn r4583) - NewGRF: Revamp sprite group loading to support advanced varadju... | peter1138 |
2006-04-20 | (svn r4486) - NewGRF: Create and use a memory pool to manage sprite groups. T... | peter1138 |