Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
- now works with selection subfiling
Sat, 19 Apr 2014 02:31:24 +0300
, by Santeri Piippo
- removed more debug stuff
Fri, 18 Apr 2014 23:33:18 +0300
, by Santeri Piippo
- sped up known vertex information gathering by an order of magnitude
Fri, 18 Apr 2014 23:17:01 +0300
, by Santeri Piippo
- cleanup
Fri, 18 Apr 2014 18:58:13 +0300
, by Santeri Piippo
- reimplemented vertex snapping
Fri, 18 Apr 2014 18:46:25 +0300
, by Santeri Piippo
- removed the debug code
Thu, 17 Apr 2014 21:51:59 +0300
, by Santeri Piippo
- fixed: use @surfacenum instead of @surfacevbo to GLCompiler::vboSize... this was causing these damn artifacts whose root cause I've been hunting for MONTHS
Thu, 17 Apr 2014 21:49:53 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Thu, 17 Apr 2014 20:50:43 +0300
, by Santeri Piippo
- more debug stuff....
Thu, 17 Apr 2014 20:48:31 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Tue, 08 Apr 2014 11:12:08 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Tue, 08 Apr 2014 11:07:47 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Tue, 08 Apr 2014 11:04:35 +0300
, by Santeri Piippo
- added safety check to the countof macro
Tue, 08 Apr 2014 11:00:29 +0300
, by Santeri Piippo
- more debugging...
Tue, 08 Apr 2014 10:54:32 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 06 Apr 2014 01:40:04 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Sat, 29 Mar 2014 05:38:03 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Wed, 12 Mar 2014 16:21:49 +0200
, by Santeri Piippo
- fixed: an overlay that failed to load no longer attempts to reload it over and over again
Tue, 11 Mar 2014 16:42:37 +0200
, by Santeri Piippo
- renamed some enumerators, added license header to glcompiler.cc
Tue, 11 Mar 2014 16:11:22 +0200
, by Santeri Piippo
- subfile coloring now works again
Tue, 11 Mar 2014 15:44:27 +0200
, by Santeri Piippo
- renamed several GLCompiler members and methods
Tue, 11 Mar 2014 14:35:21 +0200
, by Santeri Piippo
- only sort and strip duplicates from the objects-staged-to-compile list when actually compiling staged objects, this eliminates needless calls which slowed file loading down a ton.
Mon, 10 Mar 2014 14:30:37 +0200
, by Santeri Piippo
- fixed zoom value not being initialized properly + some other minor things
Mon, 10 Mar 2014 14:29:12 +0200
, by Santeri Piippo
- refactor
Mon, 10 Mar 2014 14:12:28 +0200
, by Santeri Piippo
- hooked object compilation to low-level functions so as to remove the compileObject() crap from edit actions
Mon, 10 Mar 2014 13:26:02 +0200
, by Santeri Piippo
- objects need to be compiled when added to the document
Mon, 10 Mar 2014 01:16:00 +0200
, by Santeri Piippo
- ported over the selected color blend from master
Mon, 10 Mar 2014 01:02:51 +0200
, by Santeri Piippo
- the GL compiler now supports multiple documents
Mon, 10 Mar 2014 00:53:39 +0200
, by Santeri Piippo
- LDDocument must be initialized with m_needsGLReInit as true or it will not be compiled properly...
Sun, 09 Mar 2014 21:14:07 +0200
, by Santeri Piippo
- fixed build errors
Sun, 09 Mar 2014 21:07:44 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 09 Mar 2014 15:00:05 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 09 Mar 2014 14:59:46 +0200
, by Santeri Piippo
- minor stuff
Sun, 09 Mar 2014 14:04:06 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Mon, 24 Feb 2014 00:59:57 +0200
, by Santeri Piippo
- axes are now drawn properly again
Sun, 23 Feb 2014 20:13:32 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 23 Feb 2014 20:03:33 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 23 Feb 2014 20:02:36 +0200
, by Santeri Piippo
- greatly improved the GL compiler, now deals colors and object removal properly
Sun, 23 Feb 2014 18:49:24 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sat, 22 Feb 2014 16:41:03 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Thu, 06 Feb 2014 22:11:45 +0200
, by Santeri Piippo
- work on improved rendering performance
Thu, 06 Feb 2014 22:11:28 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Wed, 05 Feb 2014 06:07:05 +0200
, by Santeri Piippo
- now actually renders stuff correctly
Fri, 24 Jan 2014 22:10:49 +0200
, by Santeri Piippo
- renamed some member variables for clarity
Fri, 24 Jan 2014 20:46:57 +0200
, by Santeri Piippo
- removed some unneeded code
Fri, 24 Jan 2014 18:31:25 +0200
, by Santeri Piippo
- converted to VBO
Fri, 24 Jan 2014 18:29:11 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Tue, 21 Jan 2014 02:09:14 +0200
, by Santeri Piippo
- refactoring
Tue, 21 Jan 2014 01:29:12 +0200
, by Santeri Piippo
- rename GLCompiler::Vertex to GLCompiler::VAO to avoid name conflicts
Tue, 21 Jan 2014 01:09:22 +0200
, by Santeri Piippo
- renamed VertexCompiler to GLCompiler
Tue, 21 Jan 2014 01:05:03 +0200
, by Santeri Piippo
- reworked the vertex compiler, objects are now colorized properly
Tue, 21 Jan 2014 00:53:02 +0200
, by Santeri Piippo
- Merge ../ldforge into gl
Mon, 20 Jan 2014 23:44:32 +0200
, by Santeri Piippo
- Merge ../ldforge into gl
Mon, 20 Jan 2014 23:43:47 +0200
, by Santeri Piippo
- now compiles again
Mon, 20 Jan 2014 16:42:18 +0200
, by Santeri Piippo
- Merge commit '5c835eb' into HEAD
Mon, 20 Jan 2014 15:04:26 +0200
, by Santeri Piippo
now compiles again
Wed, 23 Oct 2013 13:14:17 +0300
, by Santeri Piippo
Merge branch 'master' into gl
Wed, 23 Oct 2013 12:46:10 +0300
, by Santeri Piippo
Merge branch 'master' into gl
Wed, 25 Sep 2013 11:02:44 +0300
, by Santeri Piippo
- moved the uncolorize action to the color toolbar, renamed to uncolor
Tue, 22 Apr 2014 22:40:34 +0300
, by Santeri Piippo
- use the keyword 'not' in place of the exclamation mark for operator!, this is clearer. also converted uses of '== false' to this.
Mon, 14 Apr 2014 16:00:36 +0300
, by Santeri Piippo
- renamed some cmake identifiers
Thu, 10 Apr 2014 13:58:06 +0300
, by Santeri Piippo
- now compiles with clang
Thu, 10 Apr 2014 13:56:41 +0300
, by Santeri Piippo
- doubled buffer sizes in updaterevision to prevent GIT_HASH from being truncated
Tue, 08 Apr 2014 11:11:32 +0300
, by Santeri Piippo
- some tweaks to version.cc
Tue, 08 Apr 2014 11:07:25 +0300
, by Santeri Piippo
- generate gitinfo.h in the build directory, not source directory. made ldforge depend on revision_check properly
Tue, 08 Apr 2014 11:03:44 +0300
, by Santeri Piippo
- use index-based iterating in LDDocument::closeUnused because deleting documents while iterating over g_loadedFiles causes the iterator to become invalidated
Sun, 06 Apr 2014 01:26:04 +0300
, by Santeri Piippo
- renamed files to camelCase
Sat, 29 Mar 2014 05:26:10 +0200
, by Santeri Piippo
- added a long int overload to StringFormatArg
Wed, 12 Mar 2014 16:20:40 +0200
, by Santeri Piippo
- fixed various compilation issues
Sun, 09 Mar 2014 14:58:46 +0200
, by Santeri Piippo
- doxygen'd DocumentPointer.h
Wed, 05 Mar 2014 20:49:28 +0200
, by Santeri Piippo
- doxygenified Version.h
Wed, 05 Mar 2014 18:42:26 +0200
, by Santeri Piippo
- changed doxygen entity style from @argh to \argh
Wed, 05 Mar 2014 18:31:22 +0200
, by Santeri Piippo
- whoah whoops
Wed, 05 Mar 2014 18:30:22 +0200
, by Santeri Piippo
- doxygenified Types.h
Wed, 05 Mar 2014 18:30:04 +0200
, by Santeri Piippo
- made MessageLog.h and RingFinder.h suitable for doxygen
Wed, 05 Mar 2014 17:29:27 +0200
, by Santeri Piippo
- added doxygen support for MainWindow.h
Wed, 05 Mar 2014 17:12:22 +0200
, by Santeri Piippo
- added license header to format.h
Wed, 05 Mar 2014 16:22:15 +0200
, by Santeri Piippo
- replaced the fmt/log/dlog/fprint macros in favor of template functions. renamed to format, print, dprint and fprint respectively.
Wed, 05 Mar 2014 12:47:00 +0200
, by Santeri Piippo
- forgot macros.h out of the previous commit
Wed, 05 Mar 2014 05:31:07 +0200
, by Santeri Piippo
- migrated the codebase to use a simpler PROPERTY macro, arrrrrrrrrrrrrrrrrrrrrgh
Wed, 05 Mar 2014 05:30:36 +0200
, by Santeri Piippo
- changed header guards into #pragma once
Wed, 05 Mar 2014 03:45:49 +0200
, by Santeri Piippo
- renamed LDObject::deleteSelf to LDObject::destroy
Wed, 05 Mar 2014 03:39:31 +0200
, by Santeri Piippo
- unified separator styles
Wed, 05 Mar 2014 02:33:58 +0200
, by Santeri Piippo
- renamed several LDObject methods
Wed, 05 Mar 2014 02:24:05 +0200
, by Santeri Piippo
- removed debug stuff
Mon, 24 Feb 2014 00:25:18 +0200
, by Santeri Piippo
- replaced the left-hand document list with a tab bar
Mon, 24 Feb 2014 00:23:54 +0200
, by Santeri Piippo
- derp
Sun, 23 Feb 2014 20:03:19 +0200
, by Santeri Piippo
- separated version stuff to new files to allow version changes be compiled near-instantly
Sun, 23 Feb 2014 19:54:30 +0200
, by Santeri Piippo
- fixed compilation
Sat, 22 Feb 2014 16:39:26 +0200
, by Santeri Piippo
- migrated to CMake again
Thu, 06 Feb 2014 20:43:22 +0200
, by Santeri Piippo
- reorganized the toolbar a little bit
Wed, 05 Feb 2014 06:06:23 +0200
, by Santeri Piippo
- updated the PROPERTY macro
Mon, 27 Jan 2014 02:34:44 +0200
, by Santeri Piippo
- refactored filenames
Tue, 21 Jan 2014 02:03:27 +0200
, by Santeri Piippo
- bleh, don't need IN_IDE_PARSER there..
Mon, 20 Jan 2014 23:44:22 +0200
, by Santeri Piippo
- added dvalof debug macro
Mon, 20 Jan 2014 23:43:14 +0200
, by Santeri Piippo
- some corrections to zoomtofit
Mon, 20 Jan 2014 14:39:49 +0200
, by Santeri Piippo
less
more
|
(0)
-300
-100
-96
+96
+100
+300
tip