Thread: [Smithy-svn] SF.net SVN: smithy: [8]
Status: Beta
Brought to you by:
thermoplyae
|
From: <the...@us...> - 2007-12-03 07:56:55
|
Revision: 8
http://smithy.svn.sourceforge.net/smithy/?rev=8&view=rev
Author: thermoplyae
Date: 2007-12-02 23:56:47 -0800 (Sun, 02 Dec 2007)
Log Message:
-----------
put in the Map Manager dialog, the only functional part is the grid setting
Modified Paths:
--------------
GlFlatDraw.ml
MapDialogs.ml
Smithy.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-12-06 01:18:51
|
Revision: 14
http://smithy.svn.sourceforge.net/smithy/?rev=14&view=rev
Author: thermoplyae
Date: 2007-12-05 17:18:43 -0800 (Wed, 05 Dec 2007)
Log Message:
-----------
cleaned up the dialogs some, restored type setting to the polygon dialog and put in the framework to deal with things like platforms
Modified Paths:
--------------
MapDialogs.ml
MapTypes.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-12-07 10:20:01
|
Revision: 15
http://smithy.svn.sourceforge.net/smithy/?rev=15&view=rev
Author: thermoplyae
Date: 2007-12-07 02:19:52 -0800 (Fri, 07 Dec 2007)
Log Message:
-----------
fixed some naming conventions, got the poly dialog a little more functional (still missing platform config support), fixed the gigantic OK buttons, added Real Closure to the svn repo so that people have a demo map they can immediately load up, made the enumeration descriptors more expressive (and changed the translators in CamlExt to match), added basic platform array handling things to MapFormat, fixed some missing values in the polygon_kind enumerative type
Modified Paths:
--------------
CamlExt.ml
MapDialogs.ml
MapFormat.ml
MapTypes.ml
Smithy.ml
args
docs/todo.txt
Added Paths:
-----------
examples/Real Closure.sceA
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-12-22 04:39:35
|
Revision: 19
http://smithy.svn.sourceforge.net/smithy/?rev=19&view=rev
Author: thermoplyae
Date: 2007-12-21 20:39:31 -0800 (Fri, 21 Dec 2007)
Log Message:
-----------
lifted type restrictions in preparation for multiple selections
Modified Paths:
--------------
GeomEdit.ml
GlFlatDraw.ml
Smithy.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-12-31 04:45:22
|
Revision: 20
http://smithy.svn.sourceforge.net/smithy/?rev=20&view=rev
Author: thermoplyae
Date: 2007-12-30 20:45:12 -0800 (Sun, 30 Dec 2007)
Log Message:
-----------
updated to use the special array indexing syntax instead of manual calls to Array.get and Array.set . it would be nice to read through the code and insert pattern guards where applicable (i didn't know about them until just moments ago). also, the main algorithm in GeomEdit is still using arrays instead of lists, :(
Modified Paths:
--------------
CamlExt.ml
GeomEdit.ml
GlFlatDraw.ml
MapDialogs.ml
MapFormat.ml
MapTypes.ml
Smithy.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-01-13 20:16:04
|
Revision: 24
http://smithy.svn.sourceforge.net/smithy/?rev=24&view=rev
Author: thermoplyae
Date: 2008-01-13 12:15:44 -0800 (Sun, 13 Jan 2008)
Log Message:
-----------
spent an hour and a half commenting three files, i'll do the rest later
Modified Paths:
--------------
CamlExt.ml
FileDialogs.ml
GeomEdit.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-02-22 19:15:52
|
Revision: 27
http://smithy.svn.sourceforge.net/smithy/?rev=27&view=rev
Author: thermoplyae
Date: 2008-02-22 11:15:38 -0800 (Fri, 22 Feb 2008)
Log Message:
-----------
allow the user to set the map title
Modified Paths:
--------------
MapDialogs.ml
MapFormat.ml
args
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-02-23 19:48:49
|
Revision: 28
http://smithy.svn.sourceforge.net/smithy/?rev=28&view=rev
Author: thermoplyae
Date: 2008-02-23 11:48:40 -0800 (Sat, 23 Feb 2008)
Log Message:
-----------
added a programmer-side featuer that might be useful in the future, changed the example map to something i don't want to publish, added a larger icon
Modified Paths:
--------------
CamlExt.ml
args
Added Paths:
-----------
examples/Map.sceA
resources/icon-128.gif
Removed Paths:
-------------
examples/Real Closure.sceA
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-02-25 22:31:35
|
Revision: 30
http://smithy.svn.sourceforge.net/smithy/?rev=30&view=rev
Author: thermoplyae
Date: 2008-02-25 14:31:24 -0800 (Mon, 25 Feb 2008)
Log Message:
-----------
Restructured a lot of the program. It's still ugly, but at least it's extensible now.
Modified Paths:
--------------
CamlExt.ml
DrawController.ml
GeomEdit.ml
GlFlatDraw.ml
Makefile
Smithy.ml
Added Paths:
-----------
Colors.ml
VisualMode.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-02-26 17:59:51
|
Revision: 31
http://smithy.svn.sourceforge.net/smithy/?rev=31&view=rev
Author: thermoplyae
Date: 2008-02-26 09:59:44 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
share the map data among the different render drawcontroller children, set up a perspective draw and allow free walk
Modified Paths:
--------------
DrawController.ml
GlFlatDraw.ml
VisualMode.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-02-26 20:51:20
|
Revision: 32
http://smithy.svn.sourceforge.net/smithy/?rev=32&view=rev
Author: thermoplyae
Date: 2008-02-26 12:51:08 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
wireframe VISUAL MODE
Modified Paths:
--------------
Colors.ml
DrawController.ml
GlFlatDraw.ml
Smithy.ml
VisualMode.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-03-10 00:06:23
|
Revision: 35
http://smithy.svn.sourceforge.net/smithy/?rev=35&view=rev
Author: thermoplyae
Date: 2008-03-09 17:06:14 -0700 (Sun, 09 Mar 2008)
Log Message:
-----------
changed the paradigm for reading and writing chunks to make way for optimized chunks
Modified Paths:
--------------
MapFormat.ml
MapTypes.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-03-10 00:16:29
|
Revision: 36
http://smithy.svn.sourceforge.net/smithy/?rev=36&view=rev
Author: thermoplyae
Date: 2008-03-09 17:16:28 -0700 (Sun, 09 Mar 2008)
Log Message:
-----------
support for reading EPNT (and writing them back out as PNTS)
Modified Paths:
--------------
MapFormat.ml
MapTypes.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-03-28 05:18:00
|
Revision: 37
http://smithy.svn.sourceforge.net/smithy/?rev=37&view=rev
Author: thermoplyae
Date: 2008-03-27 22:17:52 -0700 (Thu, 27 Mar 2008)
Log Message:
-----------
make walls, floors, and ceilings solid painted, converted everything in VisualMode.ml off of opengl's immediate mode to using array draws instead, set up a larger depth buffer in Smithy.ml. transparent sides need to be paid attention to, as do sides that don't extend from floor to ceiling.
Modified Paths:
--------------
CamlExt.ml
Colors.ml
Smithy.ml
VisualMode.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-06 20:18:05
|
Revision: 38
http://smithy.svn.sourceforge.net/smithy/?rev=38&view=rev
Author: thermoplyae
Date: 2008-04-06 13:17:46 -0700 (Sun, 06 Apr 2008)
Log Message:
-----------
deal with partial extension of sides in a dumb way, this will require refinement to display textures properly and also it's done in immediate mode because it's a pain to precalculate the number of sides to draw
Modified Paths:
--------------
MapFormat.ml
MapTypes.ml
VisualMode.ml
args
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-07 21:05:00
|
Revision: 40
http://smithy.svn.sourceforge.net/smithy/?rev=40&view=rev
Author: thermoplyae
Date: 2008-04-07 14:04:48 -0700 (Mon, 07 Apr 2008)
Log Message:
-----------
whoops, fix a menu sizing bug
Modified Paths:
--------------
Smithy.ml
args
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-05-24 21:13:06
|
Revision: 41
http://smithy.svn.sourceforge.net/smithy/?rev=41&view=rev
Author: thermoplyae
Date: 2008-05-24 14:12:58 -0700 (Sat, 24 May 2008)
Log Message:
-----------
we're leaving glgtk behind, this will be the first commit of many. (in fact, i'm only making this one so that doy can have a look for himself)
Modified Paths:
--------------
CamlExt.ml
GeomEdit.ml
Makefile
MapDialogs.ml
MapFormat.ml
Smithy.ml
Added Paths:
-----------
DrawMode.ml
DrawModeEvent.ml
DrawModeWindows.ml
OrthoDrawer.ml
Removed Paths:
-------------
DrawController.ml
FileDialogs.ml
GlFlatDraw.ml
TGALoader.ml
VisualMode.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-05-28 06:26:57
|
Revision: 44
http://smithy.svn.sourceforge.net/smithy/?rev=44&view=rev
Author: doy
Date: 2008-05-27 23:26:52 -0700 (Tue, 27 May 2008)
Log Message:
-----------
updating the scrollbar positions shouldn't cause a redraw if we're updating them because of a drag
Modified Paths:
--------------
DrawMode.ml
DrawModeEvent.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-05-30 02:46:57
|
Revision: 45
http://smithy.svn.sourceforge.net/smithy/?rev=45&view=rev
Author: doy
Date: 2008-05-29 19:46:48 -0700 (Thu, 29 May 2008)
Log Message:
-----------
enable mouse scroll wheel for the drawing area
Modified Paths:
--------------
DrawMode.ml
DrawModeEvent.ml
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-05-30 05:08:03
|
Revision: 47
http://smithy.svn.sourceforge.net/smithy/?rev=47&view=rev
Author: doy
Date: 2008-05-29 22:08:01 -0700 (Thu, 29 May 2008)
Log Message:
-----------
fix redrawing in a more intelligent way
Modified Paths:
--------------
DrawModeEvent.ml
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-05-30 07:16:11
|
Revision: 51
http://smithy.svn.sourceforge.net/smithy/?rev=51&view=rev
Author: doy
Date: 2008-05-30 00:16:10 -0700 (Fri, 30 May 2008)
Log Message:
-----------
get rid of some warnings
Modified Paths:
--------------
CamlExt.ml
DrawMode.ml
DrawModeEvent.ml
GeomEdit.ml
MapFormat.ml
OrthoDrawer.ml
Smithy.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-05-30 07:38:10
|
Revision: 52
http://smithy.svn.sourceforge.net/smithy/?rev=52&view=rev
Author: thermoplyae
Date: 2008-05-30 00:38:01 -0700 (Fri, 30 May 2008)
Log Message:
-----------
reenable zoom tool, be consistent about structural equality, renamed un/transform to to_map/to_screen resp. in the interest of No BS
Modified Paths:
--------------
CamlExt.ml
DrawModeEvent.ml
GeomEdit.ml
MapDialogs.ml
MapFormat.ml
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-05-30 22:08:39
|
Revision: 54
http://smithy.svn.sourceforge.net/smithy/?rev=54&view=rev
Author: doy
Date: 2008-05-30 15:08:37 -0700 (Fri, 30 May 2008)
Log Message:
-----------
move the menu bar definition into DrawModeWindows instead of Smithy
Modified Paths:
--------------
DrawModeWindows.ml
Smithy.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-05-31 03:39:48
|
Revision: 55
http://smithy.svn.sourceforge.net/smithy/?rev=55&view=rev
Author: thermoplyae
Date: 2008-05-30 20:39:44 -0700 (Fri, 30 May 2008)
Log Message:
-----------
fixed intermediate line tool draws, added keyboard toolkit events
Modified Paths:
--------------
DrawMode.ml
DrawModeEvent.ml
GeomEdit.ml
Makefile
Smithy.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-05-31 04:50:58
|
Revision: 58
http://smithy.svn.sourceforge.net/smithy/?rev=58&view=rev
Author: thermoplyae
Date: 2008-05-30 21:50:48 -0700 (Fri, 30 May 2008)
Log Message:
-----------
draw the drawmode line colors like forge does, fix dialog-induced line color updates, make highlighted points more prominent
Modified Paths:
--------------
Colors.ml
DrawMode.ml
Makefile
MapDialogs.ml
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|