| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Field renames in df-structures. | Alexander Gavrilov | 2012-09-01 | 1 | -5/+5 |
| | | |||||
| * | Merge branch 'master' of https://github.com/JapaMala/stonesense | Japa | 2012-08-24 | 1 | -3/+4 |
| |\ | | | | | | | | | | | Conflicts: MapLoading.cpp resources/buildings/Craftsdwarfs.xml | ||||
| | * | Tidied up some error messages, fixed some sprites. | Japa | 2012-08-20 | 1 | -15/+15 |
| | | | | | | | | | | | | | Non-errors are now put into verbose logging, because end-users don't need to see that stuff. Also fixed a few other things. | ||||
| * | | Merge https://github.com/angavrilov/stonesense | Petr Mrázek | 2012-05-18 | 1 | -15/+15 |
| |\ \ | |||||
| | * | | Follow the effect -> flow_info rename. | Alexander Gavrilov | 2012-05-12 | 1 | -15/+15 |
| | | | | |||||
| * | | | Moved bounds checking into movement code from segment loading code. Added ↵ | Caldfir | 2012-05-01 | 1 | -5/+0 |
| | | | | | | | | | | | | | keypress 'Z' to 'zero' the current offset/coordinates. Added quiet logging function for printing non-essential updates to the dfhack console. All ties in to newly revamped large screenshot code. | ||||
| * | | | Fixed an erroneous double-multiplication by the size of a cell which was ↵ | Caldfir | 2012-04-30 | 1 | -6/+6 |
| | | | | | | | | | | | | | causing some issues elsewhere. | ||||
| * | | | Added a second stage hidden block test for each block-hiding mode. | Caldfir | 2012-04-20 | 1 | -13/+112 |
| | | | | |||||
| * | | | Merge https://github.com/peterix/stonesense | Caldfir | 2012-04-17 | 1 | -6/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Merge https://github.com/Caldfir/stonesense | Petr Mrázek | 2012-04-16 | 1 | -6/+4 |
| | |\ \ | | |/ | |/| | |||||
| | * | | Fixed compatibility. | Japa Illo | 2012-04-12 | 1 | -6/+5 |
| | | | | | | | | | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | | | Made a less-aggressive version of the occlusion cull (only attempts to cull ↵ | Caldfir | 2012-04-17 | 1 | -1/+3 |
| | |/ |/| | | | | | hidden blocks). | ||||
| * | | Attempt at getting dye blending to work. | Caldfir | 2012-04-14 | 1 | -6/+4 |
| |/ | |||||
| * | Merge https://github.com/JapaMala/stonesense | Petr Mrázek | 2012-03-26 | 1 | -1/+13 |
| |\ | |||||
| | * | Added configurable sprite support for items on the floor. | Japa Illo | 2012-03-26 | 1 | -1/+13 |
| | | | | | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | | Merge https://github.com/JapaMala/stonesense | Petr Mrázek | 2012-03-26 | 1 | -1/+38 |
| |\ \ | |/ | | | | | | | | | | | | | Conflicts: BlockCondition.cpp ContentLoader.cpp GUI.cpp SpriteObjects.cpp | ||||
| | * | Added rudimentary floor item showage. | Japa Illo | 2012-03-24 | 1 | -1/+38 |
| | | | | | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | | Merge https://github.com/JapaMala/stonesense | Petr Mrázek | 2012-03-23 | 1 | -1/+0 |
| |\ \ | |/ | | | | | | | Conflicts: MapLoading.cpp | ||||
| | * | Fixed some enum macros | Japa Illo | 2012-03-17 | 1 | -4/+4 |
| | | | | | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | | Fixes for newly added enum traits | Petr Mrázek | 2012-03-16 | 1 | -6/+6 |
| |/ | |||||
| * | 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 | -27/+22 |
| | | | | | No more Core propagation! | ||||
| * | Got rid of some warnings, cleaned up the sprite drawing routine, and added ↵ | Japa Illo | 2012-03-08 | 1 | -1/+1 |
| | | | | | | | | | 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> | ||||
| * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -90/+50 |
| | | |||||
| * | DF colors tweak. | Petr Mrázek | 2012-02-27 | 1 | -28/+17 |
| | | |||||
| * | Get rid of a bunch of things. Simpler map segment update mechanism. | Petr Mrázek | 2012-02-27 | 1 | -232/+51 |
| | | |||||
| * | Added caste support and made blood colors be taken directly from the game. | Japa Illo | 2012-02-26 | 1 | -32/+22 |
| | | | | | 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 | -3/+4 |
| | | | | | | | 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 | -12/+12 |
| | | | | | 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 | -33/+146 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Fixage required for build | Petr Mrázek | 2012-02-19 | 1 | -1/+1 |
| | | |||||
| * | Fix tree problem | Petr Mrázek | 2012-02-19 | 1 | -10/+13 |
| | | |||||
| * | got rid of floorType, wallType, etc, for good. | Japa Illo | 2012-02-19 | 1 | -110/+91 |
| | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com> | ||||
| * | Break everything forever. | Petr Mrázek | 2012-02-19 | 1 | -7/+24 |
| | | |||||
| * | Major stonesense fixage. | Petr Mrázek | 2012-01-27 | 1 | -186/+132 |
| | | |||||
| * | Buildings aren't a module anymore. | Petr Mrázek | 2012-01-08 | 1 | -2/+2 |
| | | |||||
| * | added preliminary functions to save volumetric data. Also fixed the large ↵ | JapaMala | 2011-10-18 | 1 | -13/+7 |
| | | | | | | | screenshot feature. Signed-off-by: JapaMala <japa.mala.illo@gmail.com> | ||||
| * | fixed the black hidden blocks. Now they don't slow everything down. | Japa | 2011-08-23 | 1 | -12/+12 |
| | | |||||
| * | Got tile occlusion fully working. | Japa | 2011-08-22 | 1 | -3/+4 |
| | | | | | Todo: transparent glass. | ||||
| * | (no commit message) | Japa | 2011-08-21 | 1 | -2/+9 |
| | | |||||
| * | stonesense now doesn't crash while starting for the second time | Petr Mrázek | 2011-08-07 | 1 | -14/+14 |
| | | |||||
| * | some derp changes, mostly to make things compile | Petr Mrázek | 2011-08-06 | 1 | -1/+2 |
| | | |||||
| * | Fixed arrow keys not moving things. | Japa | 2011-07-25 | 1 | -0/+1 |
| | | |||||
| * | brought back suspending and resuming. | Japa | 2011-07-20 | 1 | -4/+6 |
| | | |||||
| * | Sucessfully connected to DF. some bugs remain, but who cares. we got a DF ↵ | Japa | 2011-07-20 | 1 | -17/+9 |
| | | | | | connection. | ||||
| * | Got some sort of functionality out of DFapi. this means an empty window. | Japa | 2011-07-20 | 1 | -182/+91 |
| | | |||||
| * | Added a few debug things. | Japa | 2011-07-15 | 1 | -2/+2 |
| | | |||||
| * | Fix for current dfhack (0.5.14). linux side only. | Petr Mrázek | 2011-05-18 | 1 | -16/+16 |
| | | |||||
| * | Added engravings. | Japa | 2011-04-03 | 1 | -0/+39 |
| | | |||||
| * | updated to latest DFhack. Works with 0.31.22 | Japa | 2011-03-27 | 1 | -1/+1 |
| | | |||||
