Thu, 04 Jan 2018 19:44:26 +0200 |
Santeri Piippo |
fix paren style
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 18:38:30 +0200 |
Teemu Piippo |
Removed unused code from macros.h.
|
file |
diff |
annotate
|
Sun, 12 Feb 2017 16:59:35 +0200 |
Teemu Piippo |
Moved the definitions of all configuration options into a new text file and made the configuration collector read that.
|
file |
diff |
annotate
|
Sun, 12 Feb 2017 16:02:02 +0200 |
Teemu Piippo |
Reworked iterable enums: they all are enum classes now and the end value is marked with "_End"
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:47:06 +0200 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 13:49:09 +0200 |
Teemu Piippo |
refactor: added the length() function that's like Python's len()
|
file |
diff |
annotate
|
Fri, 18 Nov 2016 03:01:38 +0200 |
Teemu Piippo |
Made DEFINE_FLAG_ACCESS_METHODS a function macro
|
file |
diff |
annotate
|
Tue, 15 Nov 2016 17:44:54 +0200 |
Teemu Piippo |
Removed the 'once' macro since it's not used
|
file |
diff |
annotate
|
Tue, 15 Nov 2016 17:42:42 +0200 |
Teemu Piippo |
Removed the USE_QT5 macro now that we're Qt5 only.
|
file |
diff |
annotate
|
Sun, 08 May 2016 20:12:54 +0300 |
Teemu Piippo |
Replaced the ugly for_enum macro with a generator class
|
file |
diff |
annotate
|
Sun, 08 May 2016 16:11:40 +0300 |
Teemu Piippo |
Enum stuff
|
file |
diff |
annotate
|
Sun, 08 May 2016 15:26:58 +0300 |
Teemu Piippo |
- Refactoring...
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 03:19:28 +0200 |
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
|
Fri, 01 Jan 2016 23:41:55 +0200 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
Thu, 19 Nov 2015 00:43:18 +0200 |
Teemu Piippo |
Cleanup miscallenous.cpp/.h
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 22:54:17 +0300 |
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
|
Mon, 31 Aug 2015 04:57:16 +0300 |
Teemu Piippo |
Commit configuration rework (doesn't work yet, more than most probably doesn't compile either)
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 15:18:41 +0300 |
Teemu Piippo |
Happy new year 2015
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 15:17:28 +0300 |
Teemu Piippo |
elif -> else if
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 04:21:44 +0300 |
Teemu Piippo |
Removed all asserts from the code. Removed assert handling and the bomb box dialog.
|
file |
diff |
annotate
|
Tue, 07 Jul 2015 21:35:20 +0300 |
Teemu Piippo |
Refactoring update.
|
file |
diff |
annotate
|
Sat, 21 Feb 2015 18:51:33 +0200 |
Teemu Piippo |
- bump copyright year
|
file |
diff |
annotate
|
Sun, 31 Aug 2014 14:38:53 +0300 |
Teemu Piippo |
- ring finder now also tries scaling by 10 (3.4, 6.4 -> 34, 64), fixed floating point math argghhhhhhhh
|
file |
diff |
annotate
|
Sat, 30 Aug 2014 14:54:10 +0300 |
Teemu Piippo |
- ldforge can now open files from command-line input
|
file |
diff |
annotate
|
Mon, 28 Jul 2014 03:34:05 +0300 |
Santeri Piippo |
- fixed compilation on windows systems
|
file |
diff |
annotate
|
Sat, 26 Jul 2014 03:43:37 +0300 |
Teemu Piippo |
- refactor
|
file |
diff |
annotate
|
Wed, 16 Jul 2014 15:00:41 +0300 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
Fri, 04 Jul 2014 22:19:01 +0300 |
Santeri Piippo |
- saving work done on edit mode revamp
|
file |
diff |
annotate
|
Sat, 14 Jun 2014 09:05:29 +0300 |
Santeri Piippo |
- changed all color usage to use LDColor classes instead of color indices. Added support for direct colors.
|
file |
diff |
annotate
|
Sat, 03 May 2014 00:36:50 +0300 |
Santeri Piippo |
- added a macro for adding operator++ and operator-- to enums, less cast hell this way
|
file |
diff |
annotate
|
Tue, 29 Apr 2014 00:00:45 +0300 |
Santeri Piippo |
- use a function for utf16 type conversion instead of a macro
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 21:31:24 +0300 |
Santeri Piippo |
- grids now have a single coordinate snap value instead of individual X, Y and Z values
|
file |
diff |
annotate
|
Tue, 08 Apr 2014 11:00:29 +0300 |
Santeri Piippo |
- added safety check to the countof macro
|
file |
diff |
annotate
|
Sat, 29 Mar 2014 05:38:03 +0200 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
Sat, 29 Mar 2014 05:26:10 +0200 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|