| Commit message (Expand) | Author | Age | Files | Lines |
| * | Moved bounds checking into movement code from segment loading code. Added ke... | Caldfir | 2012-05-01 | 1 | -0/+1 |
| * | Plugin API changes | Petr Mrázek | 2012-03-10 | 1 | -4/+2 |
| * | Added support for reading and displaying creature and building inventories. | Japa Illo | 2012-03-04 | 1 | -1/+1 |
| * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -1/+0 |
| * | Get rid of a bunch of things. Simpler map segment update mechanism. | Petr Mrázek | 2012-02-27 | 1 | -1/+1 |
| * | Added fire effects. also fixed the cursor so it scales with the rest. | Japa Illo | 2012-02-22 | 1 | -0/+1 |
| * | got rid of floorType, wallType, etc, for good. | Japa Illo | 2012-02-19 | 1 | -0/+1 |
| * | Major stonesense fixage. | Petr Mrázek | 2012-01-27 | 1 | -30/+34 |
| * | Buildings aren't a module anymore. | Petr Mrázek | 2012-01-08 | 1 | -1/+2 |
| * | Restructure common.h to prevent allegro from infulencing DFHack headers. | Petr Mrázek | 2012-01-06 | 1 | -9/+10 |
| * | Header changes in dfhack. | Petr Mrázek | 2011-12-31 | 1 | -4/+4 |
| * | (no commit message) | Japa | 2011-08-21 | 1 | -0/+1 |
| * | replace a lot of obsolete allegro stuff | Petr Mrázek | 2011-08-20 | 1 | -0/+1 |
| * | debugging allegro problems | Petr Mrázek | 2011-08-16 | 1 | -1/+0 |
| * | Make stonesense use DF/stonesense for all resources. | Petr Mrázek | 2011-08-07 | 1 | -3/+3 |
| * | Update stonesense for current dfhack, make sure it's buildable as a plugin. | Petr Mrázek | 2011-07-22 | 1 | -2/+2 |
| * | Got some sort of functionality out of DFapi. this means an empty window. | Japa | 2011-07-20 | 1 | -1/+3 |
| * | got a test case scenario working with allegro. just keyboard input. | Japa | 2011-07-16 | 1 | -3/+2 |
| * | Done a little bit more work in the direction of getting it woking, but nothin... | Japa | 2011-07-16 | 1 | -1/+5 |
| * | Put in the new DFhack headers. | Japa | 2011-07-16 | 1 | -0/+2 |
| * | Fix for current dfhack (0.5.14). linux side only. | Petr Mrázek | 2011-05-18 | 1 | -6/+8 |
| * | Fixed some color stuff arising from allegro's shift to premultiplied alpha. | Japa | 2011-03-05 | 1 | -0/+2 |
| * | first working multithreaded version. | Japa | 2011-01-20 | 1 | -1/+1 |
| * | updated to the latest DFhack, debugmode also seems to be working. | Japa | 2010-06-26 | 1 | -15/+3 |
| * | Moved more stuff to OO sprites. | Japa | 2010-06-24 | 1 | -0/+1 |
| * | (no commit message) | Japa | 2010-06-18 | 1 | -0/+8 |
| * | Reverted the allegro changes, as they crash things. | Japa | 2010-06-02 | 1 | -1/+0 |
| * | Upgraded allegro to 4.9.20, also changed the random function. | Japa | 2010-06-01 | 1 | -0/+1 |
| * | added a day/night cycle. | Japa | 2010-05-16 | 1 | -1/+2 |
| * | Updates DFhack, hair is now correctly colored according to age. | Japa | 2010-05-14 | 1 | -0/+2 |
| * | added a progress thingie in the titlebar when taking a large screenshot. | Japa | 2010-05-11 | 1 | -0/+1 |
| * | updated to the latest DFhack, added the functionality to have seperate sprite... | Japa | 2010-05-04 | 1 | -1/+7 |
| * | Got slade working. | Japa | 2010-04-25 | 1 | -0/+1 |
| * | changed some constructions to make them more uniform | Japa | 2010-04-23 | 1 | -1/+4 |
| * | got some more stuff working. | Japa | 2010-04-10 | 1 | -1/+24 |
| * | got trees working | Japa | 2010-04-10 | 1 | -1/+0 |
| * | updated trunk to the new graphics engine, and the latest DFhack | Japa | 2010-04-09 | 1 | -0/+214 |
| * | There is no trunk | Japa | 2010-04-09 | 1 | -188/+0 |
| * | expand filename buffers | Kris Parker | 2009-12-19 | 1 | -1/+1 |
| * | Use default wall/floor types rather than leaving tiles blank | Kris Parker | 2009-12-17 | 1 | -0/+1 |
| * | Changed the zoom method on splash logo (to closest pixel). | Jonas Ask | 2009-12-15 | 1 | -1/+2 |
| * | Configurable shadow sizes | Kris Parker | 2009-12-13 | 1 | -0/+2 |
| * | xml and index files are read based on a central master index | Kris Parker | 2009-12-13 | 1 | -0/+3 |
| * | Merge terrain config to the trunk | Kris Parker | 2009-12-10 | 1 | -11/+9 |
| * | First pass at loading config after DF memory is available | Kris Parker | 2009-11-30 | 1 | -0/+1 |
| * | got rid of some mingw32 hacks, windows icon resource now works with mingw32 a... | Petr Mrázek | 2009-11-29 | 1 | -1/+1 |
| * | First pass at shadow handling | Kris Parker | 2009-11-29 | 1 | -0/+1 |
| * | First pass at critter animation | Kris Parker | 2009-11-28 | 1 | -0/+2 |
| * | removed magic numbers from frames | Kris Parker | 2009-11-28 | 1 | -0/+3 |
| * | Started working on a unified system for loading content configuration. | Jonas Ask | 2009-11-27 | 1 | -1/+1 |