2017-02-23 |
Teemu Piippo |
Removed unused code from macros.h.
|
file |
diff |
annotate
|
2017-02-12 |
Teemu Piippo |
Moved the definitions of all configuration options into a new text file and made the configuration collector read that.
|
file |
diff |
annotate
|
2017-02-12 |
Teemu Piippo |
Reworked iterable enums: they all are enum classes now and the end value is marked with "_End"
|
file |
diff |
annotate
|
2017-01-28 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
2017-01-28 |
Teemu Piippo |
refactor: added the length() function that's like Python's len()
|
file |
diff |
annotate
|
2016-11-18 |
Teemu Piippo |
Made DEFINE_FLAG_ACCESS_METHODS a function macro
|
file |
diff |
annotate
|
2016-11-15 |
Teemu Piippo |
Removed the 'once' macro since it's not used
|
file |
diff |
annotate
|
2016-11-15 |
Teemu Piippo |
Removed the USE_QT5 macro now that we're Qt5 only.
|
file |
diff |
annotate
|
2016-05-08 |
Teemu Piippo |
Replaced the ugly for_enum macro with a generator class
|
file |
diff |
annotate
|
2016-05-08 |
Teemu Piippo |
Enum stuff
|
file |
diff |
annotate
|
2016-05-08 |
Teemu Piippo |
- Refactoring...
|
file |
diff |
annotate
|
2016-02-14 |
Teemu Piippo |
Renamed ConfigurationValueBag to Configuration and added a pointer to it into HierarchyElement. This helps with the fight against global variables.
|
file |
diff |
annotate
|
2016-01-01 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
2015-11-18 |
Teemu Piippo |
Cleanup miscallenous.cpp/.h
|
file |
diff |
annotate
|
2015-10-04 |
Teemu Piippo |
A bit more cleanup. Finally removed the PROPERTY macro. (now let's see about making a new one sometime that isn't so terrible?)
|
file |
diff |
annotate
|
2015-08-31 |
Teemu Piippo |
Commit configuration rework (doesn't work yet, more than most probably doesn't compile either)
|
file |
diff |
annotate
|
2015-08-30 |
Teemu Piippo |
Happy new year 2015
|
file |
diff |
annotate
|
2015-08-30 |
Teemu Piippo |
elif -> else if
|
file |
diff |
annotate
|
2015-08-30 |
Teemu Piippo |
Removed all asserts from the code. Removed assert handling and the bomb box dialog.
|
file |
diff |
annotate
|
2015-07-07 |
Teemu Piippo |
Refactoring update.
|
file |
diff |
annotate
|
2015-02-21 |
Teemu Piippo |
- bump copyright year
|
file |
diff |
annotate
|
2014-08-31 |
Teemu Piippo |
- ring finder now also tries scaling by 10 (3.4, 6.4 -> 34, 64), fixed floating point math argghhhhhhhh
|
file |
diff |
annotate
|
2014-08-30 |
Teemu Piippo |
- ldforge can now open files from command-line input
|
file |
diff |
annotate
|
2014-07-28 |
Santeri Piippo |
- fixed compilation on windows systems
|
file |
diff |
annotate
|
2014-07-26 |
Teemu Piippo |
- refactor
|
file |
diff |
annotate
|
2014-07-16 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
2014-07-04 |
Santeri Piippo |
- saving work done on edit mode revamp
|
file |
diff |
annotate
|
2014-06-14 |
Santeri Piippo |
- changed all color usage to use LDColor classes instead of color indices. Added support for direct colors.
|
file |
diff |
annotate
|
2014-05-02 |
Santeri Piippo |
- added a macro for adding operator++ and operator-- to enums, less cast hell this way
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- use a function for utf16 type conversion instead of a macro
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- grids now have a single coordinate snap value instead of individual X, Y and Z values
|
file |
diff |
annotate
|
2014-04-08 |
Santeri Piippo |
- added safety check to the countof macro
|
file |
diff |
annotate
|
2014-03-29 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
2014-03-29 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|