aboutsummaryrefslogtreecommitdiff
path: root/src/utility.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* better support for old mapsPerttu Ahola2011-04-101-0/+29
|
* implemented rats in new system to verify that it worksPerttu Ahola2011-04-101-3/+78
|
* new object systemPerttu Ahola2011-04-101-5/+9
|
* Made a proper queued thread to client for handling some block mesh updates. ↵Perttu Ahola2011-04-041-5/+4
| | | | Also made client mutex-free to allow easier adding of new stuff.
* Modified block mesh generation to have clearer input and output. Instead of ↵Perttu Ahola2011-04-031-0/+1
| | | | being a messy object oriented cludge, it now is a messy cludge with separate parameters.
* commit before some radical changesPerttu Ahola2011-04-021-0/+2
|
* A third try on terrain generation. No trees yet.Perttu Ahola2011-02-281-0/+20
|
* mainly work on object scripting apiPerttu Ahola2011-02-231-0/+8
|
* removed an old commentPerttu Ahola2011-02-231-2/+0
|
* Fixed insufficient error handling in narrow_to_wide, which caused a crash if ↵Perttu Ahola2011-02-231-5/+76
| | | | the path of the userdata directory contained special characters that were not included in the used charset (which is used because of the font)
* preliminary lua scripting framework for objectsPerttu Ahola2011-02-211-3/+78
|
* Temporary commit; lots of test code and stuffPerttu Ahola2011-02-211-0/+25
|
* Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola2011-02-151-2/+32
|
* hopefully a fix for the majority of the windows 7 problems - thanks to zerochenPerttu Ahola2011-02-121-0/+16
|
* more stuff...Perttu Ahola2011-02-111-4/+6
|
* fully working i guessPerttu Ahola2011-02-111-0/+16
|
* new texture stuff quite workingPerttu Ahola2011-02-111-0/+20
|
* bug-fixin'Perttu Ahola2011-02-081-0/+2
|
* mapgen tweakingPerttu Ahola2011-02-061-9/+2
|
* mapgen stuffPerttu Ahola2011-02-051-177/+0
|
* all kinds of tweaking and fixingPerttu Ahola2011-02-041-1/+2
|
* some generation-time mud flow tweakingPerttu Ahola2011-02-031-0/+6
|
* This map generator is starting to look pretty good now... also, disabled ↵Perttu Ahola2011-02-011-1/+4
| | | | loading player position from disk because map is regenerated always.
* partly working chunk-based map generator (doesn't save properly, spawn is ↵Perttu Ahola2011-02-011-0/+20
| | | | pretty random)
* map generation framework under development... not quite operational at this ↵Perttu Ahola2011-01-301-0/+17
| | | | point.
* Commented out some debug output of class SettingsPerttu Ahola2011-01-291-2/+2
|
* Now texture handling is fast. Also now players are saved on disk.Perttu Ahola2011-01-281-13/+174
|
* backing up some stuffPerttu Ahola2011-01-261-0/+2
|
* Reworked texture, material, mineral and whatever handlingPerttu Ahola2011-01-261-0/+11
|
* Tweaking aroundPerttu Ahola2011-01-251-23/+10
|
* OMG! Main Menu!Perttu Ahola2011-01-231-1/+1
|
* minecraft-style water done (but no texture animation or sound)Perttu Ahola2011-01-171-1/+7
|
* old water removed, some fixes here and therePerttu Ahola2011-01-171-0/+41
|
* fine-tuning of map generator and server and stuff.Perttu Ahola2011-01-171-0/+7
|
* Initial commit of mapgen v.2. Lacks configuration and saving to disk.Perttu Ahola2011-01-161-2/+241
|
* generate-time lighting optimizationPerttu Ahola2011-01-151-1/+8
|
* drawing range updater update and myrand() (but not usage of it)Perttu Ahola2010-12-261-0/+5
|
* better cavesPerttu Ahola2010-12-251-0/+35
|
* work-in-progress gui system updating + some settings system updatingPerttu Ahola2010-12-231-6/+8
|
* crafting system!Perttu Ahola2010-12-221-9/+44
|
* organizing stuff.Perttu Ahola2010-12-211-10/+2
|
* Cracking blocks while diggingPerttu Ahola2010-12-211-25/+8
|
* framework for modifying texturesPerttu Ahola2010-12-201-86/+215
|
* day/night working client sidePerttu Ahola2010-12-191-0/+47
|
* settings manager: better default setting handling and updating config file ↵Perttu Ahola2010-12-141-6/+255
| | | | and command line parsing
* in before messing with face drawing orientationPerttu Ahola2010-12-141-4/+5
|
* commit before content-tile separationPerttu Ahola2010-12-131-1/+1
|
* working nicelyPerttu Ahola2010-12-131-0/+42
|
* commit before some radicallish changes to water behaviorPerttu Ahola2010-12-111-4/+25
|
* license stuffPerttu Ahola2010-11-291-0/+19
| | | | | --HG-- rename : src/licensecomment.txt => licensecomment.txt