summaryrefslogtreecommitdiff
path: root/library/modules/World.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Throw items from bins around in siege engine, like minecarts do.Alexander Gavrilov2012-09-121-1/+5
* Support renaming some buildings, and arbitrary units, via gui script.Alexander Gavrilov2012-09-051-2/+2
* Sync to the change in gamemode/gametype globals.Alexander Gavrilov2012-06-161-5/+5
* Cleanup World module to use df::global, and fix crashes when control_mode/gam...Quietust2012-05-231-32/+13
* Oops, forgot return statement.Alexander Gavrilov2012-04-051-0/+2
* Add a World::GetPersistentData version that auto-adds if not found.Alexander Gavrilov2012-04-051-0/+15
* Improve performance of the persistent data api, and wrap it for lua.Alexander Gavrilov2012-04-011-28/+113
* Rename the world substruct with the save directory name.Alexander Gavrilov2012-03-141-1/+1
* Make it build and run on linux (no stonesense, df2mc, dfusion)Petr Mrázek2012-02-091-17/+7
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-2/+2
* Switch some World module stuff to read out of appropriate df::global vars, an...Quietust2012-01-241-36/+10
* Move a few functions into the core, and add some more.Alexander Gavrilov2012-01-081-1/+1
* Add persistent data storage in fake historical figure names.Alexander Gavrilov2012-01-071-0/+74
* Fix MSVC builds, break buildings :DPetr Mrázek2012-01-051-1/+1
* Remove DfVector, break MSVC builds until further notice.Petr Mrázek2012-01-041-8/+8
* Header changes/cleanup.Petr Mrázek2011-12-311-6/+6
* Ported mode, probe. Some changes required for that.Petr Mrázek2011-07-251-2/+2
* Get game's current world save folderMatthew Cline2011-07-161-0/+21
* Weather plugin to mirror the weather tool.Petr Mrázek2011-07-071-0/+2
* sync, some map data structures, commented out some dead codePetr Mrázek2011-07-061-4/+4
* Crud removal: Context is gone. Added missing FakeSDL.hPetr Mrázek2011-06-171-11/+8
* Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping a...Petr Mrázek2011-06-161-2/+3
* First 'working' DFHack inside DF, for 'some' values of 'working'.Petr Mrázek2011-06-121-3/+3
* Linux header cleanups. Windows side will follow.Petr Mrázek2011-04-101-0/+6
* World module offsets for windows 31.22Petr Mrázek2011-03-251-2/+0
* No more generated config files.Petr Mrázek2011-03-201-1/+1
* Module rearrangement and doxygen documentification. API break.Petr Mrázek2011-03-181-22/+46
* Eliminated silly dependency cascade within the library. Some documentation tw...Petr Mrázek2011-03-181-0/+6
* Game/Control mode improvements. Use dfposition to check them.Petr Mrázek2011-03-011-4/+22
* Game mode reading, removed some include pathsPetr Mrázek2011-03-011-1/+17
* Bits and piecesPetr Mrázek2010-09-161-2/+12
* Added a common exception for DFHack, made World and Position use it for featu...Petr Mrázek2010-09-011-9/+22
* Added support for reading and setting the weather.thewonderidiot2010-09-011-0/+15
* All the modules *should* now use the new offset storage properly. Maybe, need...Petr Mrázek2010-08-301-3/+3
* Rename memory_info and its factory class.Petr Mrázek2010-08-201-5/+5
* Some offsets for 0.31.04, bugfixesPetr Mrázek2010-06-061-2/+12
* Fun and games. Also turning old DFWindow class into a module tracked by Context.Petr Mrázek2010-05-261-4/+4
* Moving stuff around, part 3Petr Mrázek2010-05-261-1/+1
* Moving stuff around, part 2Petr Mrázek2010-05-261-0/+106