Thu, 05 Dec 2013 23:20:50 +0200 |
Santeri Piippo |
- upgraded the PROPERTY macro, resulting in a major code refactor
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 13:51:52 +0200 |
Santeri Piippo |
- ensured header files' guards start with LDFORGE_
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 21:52:09 +0300 |
Santeri Piippo |
Added a crash catcher which trigger under Linux. It calls GDB and tries to get a backtrace. Also integrated assertion failure handling to this new system. Removed the print() function in the process (because the new bomb box uses a text edit and QTextDocuments's print method clashes with the macro and I figured it was a good idea to rid it anyway) and replaced all calls with log().
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 23:20:35 +0300 |
Santeri Piippo |
removed some custom functions in favor of Qt implementations
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 23:07:59 +0300 |
Santeri Piippo |
reworked the ring finder algorithm greatly, tries harder to find the optimal solution
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 16:47:40 +0300 |
Santeri Piippo |
Removed the List -> QList alias, use QList directly
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 16:40:42 +0300 |
Santeri Piippo |
removed the List class in favor of QList
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 16:04:56 +0300 |
Santeri Piippo |
ring finder integrated! it lives!
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 15:32:38 +0300 |
Santeri Piippo |
Finally got the ringfinder working! Working on integrating it to ring drawing...
|
file |
diff |
annotate
|
Sat, 05 Oct 2013 15:18:47 +0300 |
Santeri Piippo |
further cleansing - removed most uses of unsigned ints, removed list reversers
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 21:48:11 +0300 |
Santeri Piippo |
nuked "container_cast"
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 20:56:20 +0300 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|
Thu, 22 Aug 2013 20:24:16 +0300 |
Santeri Piippo |
Changed build system from qmake to CMake.
|
file |
diff |
annotate
|
Tue, 20 Aug 2013 14:47:21 +0300 |
Santeri Piippo |
- added "Go to line" action, renamed the config classes to proper camelcase
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 15:33:00 +0300 |
Santeri Piippo |
Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 16:33:30 +0300 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
Tue, 30 Jul 2013 18:01:53 +0300 |
Santeri Piippo |
Separated LDConfig.ldr-specific stuff to ldconfig.cpp/h
|
file |
diff |
annotate
|
Tue, 30 Jul 2013 07:38:08 +0300 |
Santeri Piippo |
Renamed vector to List, changed it to wrap around std::deque.
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 19:30:16 +0300 |
Santeri Piippo |
Converted ForgeWindow to Designer UI(!)
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 14:43:29 +0300 |
Santeri Piippo |
restructure; removed g_BBox
|
file |
diff |
annotate
|
Thu, 04 Jul 2013 20:08:14 +0300 |
Santeri Piippo |
Converted rotation point prompt
|
file |
diff |
annotate
|
Mon, 01 Jul 2013 17:27:37 +0300 |
Santeri Piippo |
Added an atof overload to convert from string to float, hopefully without any precision error
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 16:00:54 +0300 |
Santeri Piippo |
Converted to 16-bit strings.. again
|
file |
diff |
annotate
|
Sat, 25 May 2013 01:44:11 +0300 |
Santeri Piippo |
rewrote isNumber using range-for
|
file |
diff |
annotate
|
Fri, 24 May 2013 15:23:56 +0300 |
Santeri Piippo |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
file |
diff |
annotate
|
Sun, 19 May 2013 03:42:25 +0300 |
Santeri Piippo |
Added PROPERTY macro for easier exposed member variable management
|
file |
diff |
annotate
|
Thu, 16 May 2013 22:59:10 +0300 |
Santeri Piippo |
Added dialog for rotation points
|
file |
diff |
annotate
|
Tue, 14 May 2013 03:23:01 +0300 |
Santeri Piippo |
Split some stuff into separate files
|
file |
diff |
annotate
|
Fri, 10 May 2013 17:39:56 +0300 |
Santeri Piippo |
Rewrote the string class with a simpler version. The old one was more than probably leaking water like a boat with an elephant on board...
|
file |
diff |
annotate
|
Thu, 09 May 2013 17:03:44 +0300 |
Santeri Piippo |
Further removal of hungarian notation
|
file |
diff |
annotate
|
Thu, 09 May 2013 02:28:39 +0300 |
Santeri Piippo |
Speed up picking - no need to rebuild the object list as its contents do not change while picking. Fixed transparent stuff always being opaque (although it still appears messed up for some reason)
|
file |
diff |
annotate
|
Wed, 08 May 2013 15:19:06 +0300 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|