| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | changed default creature sprite behavior to show a creature's letter instead ↵ | Japa | 2012-08-24 | 1 | -0/+7 |
| | | | | | of a purple question mark. | ||||
| * | Added quiet logging of image capture, and cleaned up large screenshot code. | Caldfir | 2012-05-01 | 1 | -27/+20 |
| | | |||||
| * | Fixed up embark-sized screenshots and corrected an error that was causing ↵ | Caldfir | 2012-04-30 | 1 | -38/+102 |
| | | | | | drift along the screen's y-direction as zoom increased/decreased. | ||||
| * | Added basic job icon support (very placeholderish icons). | Caldfir | 2012-04-22 | 1 | -0/+7 |
| | | |||||
| * | Renamed erroneously named 'job' variables to correctly read 'profession'. | Caldfir | 2012-04-05 | 1 | -5/+5 |
| | | |||||
| * | Added configurable sprite support for items on the floor. | Japa Illo | 2012-03-26 | 1 | -0/+11 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Various fixes. | Japa Illo | 2012-03-23 | 1 | -3/+3 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Fixed a careless versioning issue and cleaned up how status icons/profession ↵ | Caldfir | 2012-03-16 | 1 | -111/+12 |
| | | | | | icons/creature names interact. | ||||
| * | Attempt at getting job icons, similar in bahaviour to the existing status ↵ | Caldfir | 2012-03-16 | 1 | -12/+118 |
| | | | | | icons into stonesense. | ||||
| * | Got dyes to be detected properly. Also made the equipment drawing far neater. | Japa Illo | 2012-03-15 | 1 | -109/+10 |
| | | | | | | | Removed zoom in smoothing. it just looks bad. Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Fixed half-wall tops bring moved wrong when zoomed. | Japa Illo | 2012-03-14 | 1 | -1/+1 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Plugin API changes | Petr Mrázek | 2012-03-10 | 1 | -13/+14 |
| | | | | | No more Core propagation! | ||||
| * | Got rid of some warnings, cleaned up the sprite drawing routine, and added ↵ | Japa Illo | 2012-03-08 | 1 | -28/+28 |
| | | | | | | | | | ability to select sprites according to individual items. Todo: add ability to have a sprite according to just the item class. Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Added support for reading and displaying creature and building inventories. | Japa Illo | 2012-03-04 | 1 | -289/+479 |
| | | | | | | | Todo: some way to use them. Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Get rid of a bunch of things. Simpler map segment update mechanism. | Petr Mrázek | 2012-02-27 | 1 | -74/+73 |
| | | |||||
| * | Added ability to detect that the adventurer is covered in guts. | Japa Illo | 2012-02-27 | 1 | -0/+29 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | fixed the stupidly large fire bitmap, also made particle effects scale ↵ | Japa Illo | 2012-02-26 | 1 | -2/+11 |
| | | | | | | | properly. Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Added caste support and made blood colors be taken directly from the game. | Japa Illo | 2012-02-26 | 1 | -1/+2 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Attempt to fix some prrinf stuff. doesn't help much, but makes things neater. | Japa Illo | 2012-02-25 | 1 | -2/+4 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Made the function that follows the DF window actually follow using the ↵ | Japa Illo | 2012-02-22 | 1 | -7/+8 |
| | | | | | | | center of the view, instead of the center of the worldsegment, which is more useful. Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Added fire effects. also fixed the cursor so it scales with the rest. | Japa Illo | 2012-02-22 | 1 | -1/+2 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | added new web sprites. untested | Japa Illo | 2012-02-21 | 1 | -2/+2 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Fixed some effects stuff. Still need proper sprites for some things. | Japa Illo | 2012-02-20 | 1 | -40/+104 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Added effects back. Still need work to scale properly. | Japa Illo | 2012-02-20 | 1 | -2/+2 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Fixed the debug info gui. | Japa Illo | 2012-02-19 | 1 | -1/+4 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Fixed all the building xml files. | Japa Illo | 2012-02-19 | 1 | -11/+11 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Hackish fixage. | Petr Mrázek | 2012-02-19 | 1 | -4/+7 |
| | | |||||
| * | got rid of floorType, wallType, etc, for good. | Japa Illo | 2012-02-19 | 1 | -10/+9 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Break everything forever. | Petr Mrázek | 2012-02-19 | 1 | -2/+4 |
| | | |||||
| * | Added zoom. Still needs enhance. | Japa Illo | 2012-02-13 | 1 | -24/+35 |
| | | | | | | | Also fixed the motion blur. Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Merge branch 'master' of git://github.com/peterix/stonesense | Japa Illo | 2012-02-12 | 1 | -2/+2 |
| |\ | |||||
| | * | No more vtable entry in building copy struct. | Petr Mrázek | 2012-01-05 | 1 | -2/+2 |
| | | | |||||
| * | | started adding zoom functionality. | Japa Illo | 2012-02-12 | 1 | -0/+10 |
| |/ | |||||
| * | Fix stupid. | Petr Mrázek | 2011-11-17 | 1 | -8/+8 |
| | | |||||
| * | Kill lambda! | Petr Mrázek | 2011-11-15 | 1 | -23/+20 |
| | | |||||
| * | added preliminary functions to save volumetric data. Also fixed the large ↵ | JapaMala | 2011-10-18 | 1 | -14/+99 |
| | | | | | | | screenshot feature. Signed-off-by: JapaMala <japa.mala.illo@gmail.com> | ||||
| * | Got tile occlusion fully working. | Japa | 2011-08-22 | 1 | -1/+1 |
| | | | | | Todo: transparent glass. | ||||
| * | reuse the allegro path while loading the basic sprites | Petr Mrázek | 2011-08-07 | 1 | -35/+3 |
| | | |||||
| * | fixed images not being loaded right. | Japa | 2011-08-07 | 1 | -7/+7 |
| | | |||||
| * | Make stonesense use DF/stonesense for all resources. | Petr Mrázek | 2011-08-07 | 1 | -33/+57 |
| | | |||||
| * | stonesense now doesn't crash while starting for the second time | Petr Mrázek | 2011-08-07 | 1 | -16/+16 |
| | | |||||
| * | some derp changes, mostly to make things compile | Petr Mrázek | 2011-08-06 | 1 | -3/+3 |
| | | |||||
| * | Const correctness of string constant handling, some other warnings fixed. | Petr Mrázek | 2011-07-22 | 1 | -8/+8 |
| | | |||||
| * | Update stonesense for current dfhack, make sure it's buildable as a plugin. | Petr Mrázek | 2011-07-22 | 1 | -3/+3 |
| | | |||||
| * | Sucessfully connected to DF. some bugs remain, but who cares. we got a DF ↵ | Japa | 2011-07-20 | 1 | -1/+1 |
| | | | | | connection. | ||||
| * | Got some sort of functionality out of DFapi. this means an empty window. | Japa | 2011-07-20 | 1 | -14/+18 |
| | | |||||
| * | Added a few debug things. | Japa | 2011-07-15 | 1 | -8/+15 |
| | | |||||
| * | Fix for current dfhack (0.5.14). linux side only. | Petr Mrázek | 2011-05-18 | 1 | -3/+3 |
| | | |||||
| * | Added engravings. | Japa | 2011-04-03 | 1 | -22/+47 |
| | | |||||
| * | Fixed grass having no material color in olver DF versions. | Japa | 2011-03-11 | 1 | -1/+1 |
| | | |||||
