summaryrefslogtreecommitdiff
path: root/Constructions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of a bunch of things. Simpler map segment update mechanism.Petr Mrázek2012-02-271-36/+0
|
* Major stonesense fixage.Petr Mrázek2012-01-271-5/+5
|
* Fixed arena mode for real this time.Japa2010-06-131-4/+5
|
* Added handling for invalid construction types. Jonas Ask2010-05-241-2/+5
| | | | Support for Arena mode.
* updated to the latest DFhack, added the functionality to have seperate ↵Japa2010-05-041-0/+1
| | | | sprites for blocks, boulders, etc.
* got some more stuff working.Japa2010-04-101-8/+9
| | | | creatures are all invisible for some reason, and buildings don't work.
* updated trunk to the new graphics engine, and the latest DFhackJapa2010-04-091-0/+56
|
* There is no trunkJapa2010-04-091-56/+0
| | | | it is not the code that compiles, it is you.
* Merge terrain config to the trunkKris Parker2009-12-101-53/+1
|
* Added sanity check (which is really quite redundant 99.99% of the time..) to ↵Jonas Ask2009-11-251-0/+1
| | | | changeConstructionMaterials.
* Moved the changeConstructionMaterials function, reducing it's runtime to ↵Jonas Ask2009-11-201-63/+54
| | | | | | O(n). very niiiice. Slight improvements to UserInput.cpp.
* Added 7c's Tower Cap. very nice.Jonas Ask2009-11-121-1/+1
| | | | ROTATIONS! Finally I think I got them working right (knock on wood). Redid a boat-load of stuff, not gonna list it all.
* Fixed tiny bug in where the last shown constructed wall would not show up ↵Jonas Ask2009-11-101-1/+1
| | | | with correct material
* Fixed some boundary issues with navigating the edges of the map.Jonas Ask2009-10-301-3/+3
| | | | Slight performance tweak to MapLoading.cpp
* Minor fixes and tweaks, some code 'cleaning'Jonas Ask2009-10-291-1/+2
|
* Fixed a major memory leak in MapLoading.cpp.Jonas Ask2009-10-281-1/+1
| | | | Fixed a small crash sometimes occurring in Constructions.cpp.
* Cleaning up and some heavy refactoring.Jonas Ask2009-10-221-3/+3
| | | | Added a safety so users can't scroll to negative z-levels
* Added new buildings. Vertical bars and Paved RoadsJonas Ask2009-10-211-1/+1
|
* Adding all the code and resources for the first time. God speed!Jonas Ask2009-10-201-0/+115