summaryrefslogtreecommitdiff
path: root/ContentLoader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/JapaMala/stonesenseJapa2012-08-241-1/+4
|\ | | | | | | | | | | Conflicts: MapLoading.cpp resources/buildings/Craftsdwarfs.xml
| * Tidied up some error messages, fixed some sprites.Japa2012-08-201-1/+4
| | | | | | | | | | | | Non-errors are now put into verbose logging, because end-users don't need to see that stuff. Also fixed a few other things.
* | Fixed the glorious hot pink grass bug I created.Caldfir2012-04-161-7/+12
| |
* | Attempt at getting dye blending to work.Caldfir2012-04-141-6/+17
|/
* Merge branch 'master' of git://github.com/peterix/stonesenseJapa Illo2012-03-261-5/+5
|\
| * Merge https://github.com/JapaMala/stonesensePetr Mrázek2012-03-261-20/+29
| |\
| * \ Merge https://github.com/JapaMala/stonesensePetr Mrázek2012-03-231-6/+9
| |\ \ | | | | | | | | | | | | | | | | Conflicts: MapLoading.cpp
| * | | Fix ENUM_KEY_STR breakage.Alexander Gavrilov2012-03-181-5/+5
| | | |
* | | | Put in sprites for all the items, also made errors go to the console.Japa Illo2012-03-261-1/+1
| |_|/ |/| | | | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
* | | Added configurable sprite support for items on the floor.Japa Illo2012-03-261-20/+29
| | | | | | | | | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
* | | Various fixes.Japa Illo2012-03-231-5/+5
| |/ |/| | | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
* | Added some safeties to the color selection. also put back our old dwarves.Japa Illo2012-03-171-6/+9
|/ | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
* Plugin API changesPetr Mrázek2012-03-101-23/+15
| | | | No more Core propagation!
* Got rid of some warnings, cleaned up the sprite drawing routine, and added ↵Japa Illo2012-03-081-42/+39
| | | | | | | | 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 new fire sprite. Also wearable item dump.Japa Illo2012-02-271-1/+47
| | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
* Added ability to color sprites according to specific items of clothingJapa Illo2012-02-271-0/+12
|
* Added ability to detect that the adventurer is covered in guts.Japa Illo2012-02-271-2/+15
| | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
* fixed material lookup, job lookup, and added mipmapping.Japa Illo2012-02-251-2/+4
| | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
* Fixed the debug info gui.Japa Illo2012-02-191-0/+28
| | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
* Trim more fat.Petr Mrázek2012-02-191-3/+0
|
* Break everything forever.Petr Mrázek2012-02-191-9/+2
|
* Did some work on making stonesense compatible again.Japa Illo2012-02-171-15/+2
| | | | Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
* Major stonesense fixage.Petr Mrázek2012-01-271-25/+26
|
* Buildings aren't a module anymore.Petr Mrázek2012-01-081-12/+1
|
* Fix stonesense (changes in materials module)Petr Mrázek2011-11-031-39/+5
|
* Remove redundant 'dfhack' folder.Petr Mrázek2011-10-231-1/+1
|
* Make stonesense use DF/stonesense for all resources.Petr Mrázek2011-08-071-5/+9
|
* stonesense now doesn't crash while starting for the second timePetr Mrázek2011-08-071-20/+20
|
* some derp changes, mostly to make things compilePetr Mrázek2011-08-061-14/+0
|
* Const correctness of string constant handling, some other warnings fixed.Petr Mrázek2011-07-221-9/+9
|
* Update stonesense for current dfhack, make sure it's buildable as a plugin.Petr Mrázek2011-07-221-35/+36
|
* Got some sort of functionality out of DFapi. this means an empty window.Japa2011-07-201-97/+91
|
* added creature support for .19Japa2011-02-271-3/+0
|
* Got custom workshops to, well... work.Japa2011-02-251-0/+16
|
* 'Fixed' the crash that happened when pressing G.Japa2011-02-231-0/+18
| | | | as in, not fixed at all, instead just disabled the function completely.
* Got grass colors working.Japa2011-02-181-0/+2
|
* more work on grassJapa2011-02-181-10/+13
|
* Got preliminary grass working.Japa2011-02-181-1/+21
|
* moved fluid drawing into XML filesJapa2010-09-081-0/+6
|
* added a mud sprite to all the floor tiles.Japa2010-09-041-4/+0
|
* made the debug more actually report the same words that need to be used in ↵Japa2010-09-041-29/+37
| | | | the content XML files.
* fixed up some material stuff, so invalid material become iron, and obsidian ↵Japa2010-08-311-0/+2
| | | | tiles actually become obsidian.
* added the ability too selectively chop blocks in half.Japa2010-08-021-0/+3
|
* updated to the latest DFhack, debugmode also seems to be working.Japa2010-06-261-1/+3
| | | | also updated the building XMLs
* all sprites other than buildings are now object oriented and seem to be ↵Japa2010-06-251-0/+2
| | | | | | working niceley ToDo: get mud working again.
* prevented some more possible crashes from missing defsJapa2010-05-171-35/+49
|
* did some errorchecking, stonesense will now not crash when running old DF.Japa2010-05-161-3/+83
|
* parts of creatures can now be colored by job.Japa2010-05-131-0/+2
| | | | | added some sample colored creatures. added boulder floors.
* added the ability to color creatures according to bodyparts. coming soon: ↵Japa2010-05-121-3/+30
| | | | coloring only part of a creature
* updated to the latest DFhack, added the functionality to have seperate ↵Japa2010-05-041-36/+46
| | | | sprites for blocks, boulders, etc.