smithy-svn Mailing List for Smithy
Status: Beta
Brought to you by:
thermoplyae
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(14) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(5) |
Feb
(9) |
Mar
(3) |
Apr
(3) |
May
(33) |
Jun
(49) |
Jul
(16) |
Aug
(1) |
Sep
(47) |
Oct
(24) |
Nov
(8) |
Dec
|
| 2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <the...@us...> - 2009-05-11 17:24:23
|
Revision: 225
http://smithy.svn.sourceforge.net/smithy/?rev=225&view=rev
Author: thermoplyae
Date: 2009-05-11 17:24:12 +0000 (Mon, 11 May 2009)
Log Message:
-----------
get_point_ring_from_line_ring used to completely dereference a poly's line list, including entries that were marked dead. this wasn't a problem for forge maps, since those entries are set to 0 (and line 0 always exists if a poly exists), but marathup sets them to -1, which caused some issues (specifically exposed an implementation detail that conflicted with the interface). fixed, thanks to effigy for noticing
Modified Paths:
--------------
MapFormat.ml
args
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2009-04-20 21:59:23
|
Revision: 224
http://smithy.svn.sourceforge.net/smithy/?rev=224&view=rev
Author: thermoplyae
Date: 2009-04-20 21:59:08 +0000 (Mon, 20 Apr 2009)
Log Message:
-----------
don't draw highlights when not in draw mode
Modified Paths:
--------------
DrawMode.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2009-04-20 21:56:16
|
Revision: 223
http://smithy.svn.sourceforge.net/smithy/?rev=223&view=rev
Author: thermoplyae
Date: 2009-04-20 21:55:58 +0000 (Mon, 20 Apr 2009)
Log Message:
-----------
fix a bug in the map height window that kept the ceiling slider from doing anything at all
Modified Paths:
--------------
MapDialogs.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2009-04-20 21:50:55
|
Revision: 222
http://smithy.svn.sourceforge.net/smithy/?rev=222&view=rev
Author: thermoplyae
Date: 2009-04-20 21:50:27 +0000 (Mon, 20 Apr 2009)
Log Message:
-----------
draw a red X for knives and alien weapon ammo items rather than just crashing
Modified Paths:
--------------
Resources.ml
docs/notes-for-developers.txt
docs/todo.txt
Added Paths:
-----------
resources/red-x.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2009-04-10 01:10:37
|
Revision: 221
http://smithy.svn.sourceforge.net/smithy/?rev=221&view=rev
Author: thermoplyae
Date: 2009-04-10 01:10:36 +0000 (Fri, 10 Apr 2009)
Log Message:
-----------
plac chunk editing completed!
Modified Paths:
--------------
MapDialogs.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2009-04-09 23:42:59
|
Revision: 220
http://smithy.svn.sourceforge.net/smithy/?rev=220&view=rev
Author: thermoplyae
Date: 2009-04-09 23:42:52 +0000 (Thu, 09 Apr 2009)
Log Message:
-----------
save changes locally in the plac chunk dialogs; still haven't written the apply routine
Modified Paths:
--------------
MapDialogs.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2009-02-03 19:38:11
|
Revision: 219
http://smithy.svn.sourceforge.net/smithy/?rev=219&view=rev
Author: thermoplyae
Date: 2009-02-03 19:37:57 +0000 (Tue, 03 Feb 2009)
Log Message:
-----------
add read-only functionality to plac chunk dialogs. fix a map loading dialog -- we were only reloading structures present in the incoming map file, and so things like annotations from previous levels would survive if the incoming level didn't have an ANNO chunk.
Modified Paths:
--------------
DrawMode.ml
MapDialogs.ml
MapFormat.ml
MapTypes.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-11-29 00:24:01
|
Revision: 218
http://smithy.svn.sourceforge.net/smithy/?rev=218&view=rev
Author: doy
Date: 2008-11-29 00:23:58 +0000 (Sat, 29 Nov 2008)
Log Message:
-----------
actually, this should be done a level up - GeomEdit doesn't need to know about DrawModeSettings
Modified Paths:
--------------
DrawModeEvent.ml
GeomEdit.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-11-28 23:51:49
|
Revision: 217
http://smithy.svn.sourceforge.net/smithy/?rev=217&view=rev
Author: doy
Date: 2008-11-28 23:51:47 +0000 (Fri, 28 Nov 2008)
Log Message:
-----------
simplify
Modified Paths:
--------------
GeomEdit.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-11-28 23:43:09
|
Revision: 216
http://smithy.svn.sourceforge.net/smithy/?rev=216&view=rev
Author: doy
Date: 2008-11-28 23:43:05 +0000 (Fri, 28 Nov 2008)
Log Message:
-----------
aha - the unfilling polygon issue was caused by not using constrain to grid coordinates in all necessary codepaths. use them everywhere now (when adding or connecting points).
Modified Paths:
--------------
GeomEdit.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-11-28 22:22:20
|
Revision: 215
http://smithy.svn.sourceforge.net/smithy/?rev=215&view=rev
Author: thermoplyae
Date: 2008-11-28 21:44:36 +0000 (Fri, 28 Nov 2008)
Log Message:
-----------
Sorry for the huge commit; I've been away from Internet access, and so I wasn't able to make things atomic. :/
+ The Monster tab's Activated By menu works now.
+ Wrote recenter level.
+ Wrote a save-on-quit dialog, though this is imperfect -- it would be nice if it weren't Yes/No but instead Yes/No/Cancel; I couldn't figure out how to do this without the lablGTK2 documentation in front of me.
+ Shift-clicking an already highlighted piece unhighlights it.
+ The map height dialog is now nonmodal.
+ Updated the todo list.
+ Put in preliminary, no-doubt-buggy support for reading in save games. This means that maps written to disk by VM.lua can now be worked on in Smithy. (Related: made of_enum slightly more verbose on errors; this came up because some of the LITEs I was reading in had types of 0xffff, which I have not figured out but instead put in a hack to ignore those. :/ )
+ Updated the types of the placement chunk to use bool instead of int for the random flag.
+ Added more intelligent error handling for the Goto command.
Modified Paths:
--------------
CamlExt.ml
DrawModeEvent.ml
DrawModeWindows.ml
ItemStrings.ml
MapDialogs.ml
MapFormat.ml
MapTypes.ml
Smithy.ml
docs/todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-11-24 05:17:17
|
Revision: 214
http://smithy.svn.sourceforge.net/smithy/?rev=214&view=rev
Author: thermoplyae
Date: 2008-11-24 05:17:06 +0000 (Mon, 24 Nov 2008)
Log Message:
-----------
moved some things around for snap-to-grid, fixed a problem with file writing on non-uniax machines
Modified Paths:
--------------
DrawMode.ml
DrawModeSettings.ml
GeomEdit.ml
MapFormat.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-11-11 06:59:34
|
Revision: 213
http://smithy.svn.sourceforge.net/smithy/?rev=213&view=rev
Author: doy
Date: 2008-11-11 06:59:31 +0000 (Tue, 11 Nov 2008)
Log Message:
-----------
update general installation instructions - we no longer use opengl, and we support native code builds now
Modified Paths:
--------------
docs/installing.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-11-11 06:53:12
|
Revision: 212
http://smithy.svn.sourceforge.net/smithy/?rev=212&view=rev
Author: doy
Date: 2008-11-11 06:53:04 +0000 (Tue, 11 Nov 2008)
Log Message:
-----------
add installation and build instructions for windows
Added Paths:
-----------
docs/windows.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-11-11 02:53:41
|
Revision: 211
http://smithy.svn.sourceforge.net/smithy/?rev=211&view=rev
Author: doy
Date: 2008-11-11 02:53:38 +0000 (Tue, 11 Nov 2008)
Log Message:
-----------
stop reading double click and triple click events as button presses, since we don't care about them
Modified Paths:
--------------
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-10-27 06:31:39
|
Revision: 210
http://smithy.svn.sourceforge.net/smithy/?rev=210&view=rev
Author: thermoplyae
Date: 2008-10-27 06:31:35 +0000 (Mon, 27 Oct 2008)
Log Message:
-----------
fixed line splitting /again/
Modified Paths:
--------------
GeomEdit.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-10-27 05:10:04
|
Revision: 209
http://smithy.svn.sourceforge.net/smithy/?rev=209&view=rev
Author: thermoplyae
Date: 2008-10-27 05:09:48 +0000 (Mon, 27 Oct 2008)
Log Message:
-----------
don't fill polys that our cursor isn't inside :(
Modified Paths:
--------------
GeomEdit.ml
MapFormat.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-10-26 18:08:30
|
Revision: 208
http://smithy.svn.sourceforge.net/smithy/?rev=208&view=rev
Author: thermoplyae
Date: 2008-10-26 18:08:14 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
NO BS
Modified Paths:
--------------
GeomEdit.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-10-23 03:19:57
|
Revision: 207
http://smithy.svn.sourceforge.net/smithy/?rev=207&view=rev
Author: thermoplyae
Date: 2008-10-23 03:19:45 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
fix a line splitting bug
Modified Paths:
--------------
GeomEdit.ml
MapFormat.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-10-15 05:10:21
|
Revision: 206
http://smithy.svn.sourceforge.net/smithy/?rev=206&view=rev
Author: doy
Date: 2008-10-15 05:10:15 +0000 (Wed, 15 Oct 2008)
Log Message:
-----------
list all lights/media/sounds in the toolbar combobox, rather than just ones that have been applied to polygons
Modified Paths:
--------------
DrawModeEvent.ml
MapFormat.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-10-11 01:29:24
|
Revision: 205
http://smithy.svn.sourceforge.net/smithy/?rev=205&view=rev
Author: doy
Date: 2008-10-11 01:29:15 +0000 (Sat, 11 Oct 2008)
Log Message:
-----------
todo++
Modified Paths:
--------------
docs/todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-10-11 01:22:42
|
Revision: 204
http://smithy.svn.sourceforge.net/smithy/?rev=204&view=rev
Author: doy
Date: 2008-10-11 01:22:41 +0000 (Sat, 11 Oct 2008)
Log Message:
-----------
fix player arrow shape
Modified Paths:
--------------
OrthoDrawer.ml
docs/todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-10-10 23:34:08
|
Revision: 203
http://smithy.svn.sourceforge.net/smithy/?rev=203&view=rev
Author: doy
Date: 2008-10-10 23:33:59 +0000 (Fri, 10 Oct 2008)
Log Message:
-----------
more todo
Modified Paths:
--------------
docs/todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-10-10 23:10:07
|
Revision: 202
http://smithy.svn.sourceforge.net/smithy/?rev=202&view=rev
Author: doy
Date: 2008-10-10 23:09:58 +0000 (Fri, 10 Oct 2008)
Log Message:
-----------
how dumb can windows possibly be
Modified Paths:
--------------
Preferences.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-10-10 21:20:17
|
Revision: 201
http://smithy.svn.sourceforge.net/smithy/?rev=201&view=rev
Author: doy
Date: 2008-10-10 21:20:11 +0000 (Fri, 10 Oct 2008)
Log Message:
-----------
man is windows dumb
Modified Paths:
--------------
Toolbar.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|