- Nov 13, 2014
- Nov 01, 2014
-
-
kwolekr authored
-
- Oct 29, 2014
-
-
kwolekr authored
Split up ModApiMapgen::l_register_decoration() Define and make use of CONTAINS() and ARRLEN() macros
-
- Oct 27, 2014
-
-
kwolekr authored
-
- Sep 21, 2014
-
-
ShadowNinja authored
This also cleans up settings a bit
-
- Apr 15, 2014
-
-
sfan5 authored
-
- Feb 16, 2014
-
-
kwolekr authored
-
- Feb 08, 2014
-
-
kwolekr authored
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation
-
- Feb 04, 2014
-
-
kwolekr authored
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems.
-
- Jan 13, 2014
-
-
kwolekr authored
-
- Dec 14, 2013
-
-
kwolekr authored
-
- Dec 08, 2013
-
-
kwolekr authored
-
- Dec 01, 2013
-
-
kwolekr authored
-
- Aug 14, 2013
-
-
Kahrl authored
-
- Aug 13, 2013
-
-
Kahrl authored
-
- Aug 11, 2013
-
-
kwolekr authored
-
- Aug 03, 2013
-
-
PilzAdam authored
-
- Aug 02, 2013
-
-
PilzAdam authored
-
- Jul 08, 2013
-
-
kwolekr authored
-
- Jul 06, 2013
- Jul 02, 2013
-
-
kwolekr authored
-
- Jun 28, 2013
- Jun 23, 2013
-
-
kwolekr authored
-
- Jun 22, 2013
- Jun 18, 2013
-
-
kwolekr authored
-
- Jun 17, 2013
-
-
kwolekr authored
-
- May 19, 2013
-
-
kwolekr authored
-
- Apr 08, 2013
-
-
kwolekr authored
-
- Apr 01, 2013
-
-
kwolekr authored
-
- Mar 31, 2013
-
-
kwolekr authored
-
- Mar 24, 2013
-
-
kwolekr authored
-
- Mar 23, 2013
-
-
Mukul Sati authored
the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring.
-
- Mar 18, 2013
-
-
kwolekr authored
-
- Mar 16, 2013