smithy-svn Mailing List for Smithy (Page 6)
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: <do...@us...> - 2008-06-04 04:34:43
|
Revision: 100
http://smithy.svn.sourceforge.net/smithy/?rev=100&view=rev
Author: doy
Date: 2008-06-03 21:34:41 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
basic object display with images - some of them are wrong (players, monsters, items), but those require more work
Modified Paths:
--------------
DrawMode.ml
Resources.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-04 04:33:54
|
Revision: 99
http://smithy.svn.sourceforge.net/smithy/?rev=99&view=rev
Author: doy
Date: 2008-06-03 21:33:53 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
apparently images loaded from files have pixbufs, not pixmaps
Modified Paths:
--------------
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-04 03:19:06
|
Revision: 98
http://smithy.svn.sourceforge.net/smithy/?rev=98&view=rev
Author: doy
Date: 2008-06-03 20:19:05 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
add a method to draw an image on the orthodrawer
Modified Paths:
--------------
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-04 03:04:53
|
Revision: 97
http://smithy.svn.sourceforge.net/smithy/?rev=97&view=rev
Author: doy
Date: 2008-06-03 20:04:52 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
use GtkImage rather than GdkPixmap for images, which gets us things like png loading. also convert all images to png.
Modified Paths:
--------------
DrawModeWindows.ml
Resources.ml
Added Paths:
-----------
resources/1x.png
resources/2x.png
resources/3x.png
resources/alien-gun.png
resources/ar-ammo.png
resources/ar-grenades.png
resources/ar.png
resources/arrow.png
resources/brown-chip.png
resources/fill.png
resources/flag.png
resources/flower.png
resources/fusion-ammo.png
resources/fusion.png
resources/icon-128.png
resources/icon.png
resources/invinc.png
resources/keycard.png
resources/line.png
resources/obj.png
resources/oxygen.png
resources/pan.png
resources/pistol-ammo.png
resources/pistol.png
resources/poly.png
resources/powerup.png
resources/red-chip.png
resources/rl-ammo.png
resources/rl.png
resources/shotgun-ammo.png
resources/shotgun.png
resources/skull.png
resources/smg-ammo.png
resources/smg.png
resources/sound.png
resources/text.png
resources/tozt-ammo.png
resources/tozt.png
resources/uplink-chip.png
resources/zoom.png
Removed Paths:
-------------
resources/1x.tga
resources/2x.tga
resources/3x.tga
resources/alien-gun.tga
resources/ar-ammo.tga
resources/ar-grenades.tga
resources/ar.tga
resources/arrow.xpm
resources/brown-chip.tga
resources/fill.xpm
resources/flag.tga
resources/flower.tga
resources/fusion-ammo.tga
resources/fusion.tga
resources/icon-128.gif
resources/icon.gif
resources/invinc.tga
resources/keycard.tga
resources/line.xpm
resources/obj.xpm
resources/oxygen.tga
resources/pan.xpm
resources/pistol-ammo.tga
resources/pistol.tga
resources/poly.xpm
resources/powerup.tga
resources/red-chip.tga
resources/rl-ammo.tga
resources/rl.tga
resources/shotgun-ammo.tga
resources/shotgun.tga
resources/skull.tga
resources/smg-ammo.tga
resources/smg.tga
resources/sound.tga
resources/text.xpm
resources/tozt-ammo.tga
resources/tozt.tga
resources/uplink-chip.tga
resources/zoom.xpm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-04 02:50:21
|
Revision: 96
http://smithy.svn.sourceforge.net/smithy/?rev=96&view=rev
Author: doy
Date: 2008-06-03 19:50:20 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
move more things into drawmodesettings
Modified Paths:
--------------
DrawMode.ml
DrawModeSettings.ml
MapDialogs.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-04 02:48:06
|
Revision: 95
http://smithy.svn.sourceforge.net/smithy/?rev=95&view=rev
Author: doy
Date: 2008-06-03 19:48:04 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
move the map_manager stuff into drawmodesettings
Modified Paths:
--------------
DrawModeSettings.ml
MapDialogs.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-04 02:46:11
|
Revision: 94
http://smithy.svn.sourceforge.net/smithy/?rev=94&view=rev
Author: doy
Date: 2008-06-03 19:46:03 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
make drawmode stop depending on geomedit
Modified Paths:
--------------
CamlExt.ml
DrawMode.ml
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-06-04 01:41:55
|
Revision: 93
http://smithy.svn.sourceforge.net/smithy/?rev=93&view=rev
Author: doy
Date: 2008-06-03 18:41:54 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
oops, forgot a file
Added Paths:
-----------
DrawModeSettings.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-04 01:35:11
|
Revision: 92
http://smithy.svn.sourceforge.net/smithy/?rev=92&view=rev
Author: doy
Date: 2008-06-03 18:35:11 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
why was this even here
Modified Paths:
--------------
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-04 01:32:44
|
Revision: 91
http://smithy.svn.sourceforge.net/smithy/?rev=91&view=rev
Author: doy
Date: 2008-06-03 18:32:37 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
start refactoring a bit
Modified Paths:
--------------
DrawMode.ml
DrawModeEvent.ml
DrawModeWindows.ml
Makefile
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-06-04 01:17:11
|
Revision: 90
http://smithy.svn.sourceforge.net/smithy/?rev=90&view=rev
Author: thermoplyae
Date: 2008-06-03 18:17:10 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
EFFICIENCY
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...> - 2008-06-04 01:07:45
|
Revision: 89
http://smithy.svn.sourceforge.net/smithy/?rev=89&view=rev
Author: thermoplyae
Date: 2008-06-03 18:07:33 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
make points look more like forge points
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...> - 2008-06-02 20:57:59
|
Revision: 88
http://smithy.svn.sourceforge.net/smithy/?rev=88&view=rev
Author: thermoplyae
Date: 2008-06-02 13:57:58 -0700 (Mon, 02 Jun 2008)
Log Message:
-----------
dummy map manager dialog, waiting on jesse to restructure the code
Modified Paths:
--------------
DrawModeWindows.ml
MapDialogs.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-06-02 20:41:25
|
Revision: 87
http://smithy.svn.sourceforge.net/smithy/?rev=87&view=rev
Author: thermoplyae
Date: 2008-06-02 13:41:24 -0700 (Mon, 02 Jun 2008)
Log Message:
-----------
light dialog
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...> - 2008-06-02 16:20:23
|
Revision: 86
http://smithy.svn.sourceforge.net/smithy/?rev=86&view=rev
Author: thermoplyae
Date: 2008-06-02 09:20:19 -0700 (Mon, 02 Jun 2008)
Log Message:
-----------
redo the level parameters dialog, various modification to reading the map info chunk by consequence
Modified Paths:
--------------
DrawModeWindows.ml
GenerateDialog.ml
ItemStrings.ml
Makefile
MapDialogs.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-06-02 08:21:06
|
Revision: 85
http://smithy.svn.sourceforge.net/smithy/?rev=85&view=rev
Author: doy
Date: 2008-06-02 01:21:01 -0700 (Mon, 02 Jun 2008)
Log Message:
-----------
refactor orthodrawer quite a bit, clean up some other minor things
Modified Paths:
--------------
DrawMode.ml
DrawModeEvent.ml
DrawModeWindows.ml
Makefile
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-06-02 04:22:31
|
Revision: 84
http://smithy.svn.sourceforge.net/smithy/?rev=84&view=rev
Author: thermoplyae
Date: 2008-06-01 21:22:23 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
wrote polygon and object dialogs
Modified Paths:
--------------
DialSlider.ml
GenerateDialog.ml
Makefile
MapDialogs.ml
MapTypes.ml
Added Paths:
-----------
ItemStrings.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-06-02 01:12:53
|
Revision: 83
http://smithy.svn.sourceforge.net/smithy/?rev=83&view=rev
Author: thermoplyae
Date: 2008-06-01 18:12:46 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
point and line dialogs
Modified Paths:
--------------
GenerateDialog.ml
MapDialogs.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-06-02 00:56:53
|
Revision: 82
http://smithy.svn.sourceforge.net/smithy/?rev=82&view=rev
Author: thermoplyae
Date: 2008-06-01 17:56:46 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
introduce some automatic dialog generation tools, test this out on the liquids dialog
Modified Paths:
--------------
CamlExt.ml
Makefile
MapDialogs.ml
MapTypes.ml
Added Paths:
-----------
GenerateDialog.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-01 20:58:25
|
Revision: 81
http://smithy.svn.sourceforge.net/smithy/?rev=81&view=rev
Author: doy
Date: 2008-06-01 13:58:24 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
oops, forgot these files
Modified Paths:
--------------
DrawModeEvent.ml
DrawModeWindows.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-01 20:32:08
|
Revision: 80
http://smithy.svn.sourceforge.net/smithy/?rev=80&view=rev
Author: doy
Date: 2008-06-01 13:32:07 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
start cleaning up orthodrawer a bit
Modified Paths:
--------------
OrthoDrawer.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-01 19:41:46
|
Revision: 79
http://smithy.svn.sourceforge.net/smithy/?rev=79&view=rev
Author: doy
Date: 2008-06-01 12:41:37 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
dial will now handle window resizes properly
Modified Paths:
--------------
DialSlider.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-01 19:32:33
|
Revision: 78
http://smithy.svn.sourceforge.net/smithy/?rev=78&view=rev
Author: doy
Date: 2008-06-01 12:32:32 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
the dial now takes its size from the size of the widget it's packed in, with the ~size parameter being used as a minimum size. use ~expand when packing to make it fill the box it's being packed in.
Modified Paths:
--------------
DialSlider.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-01 18:37:53
|
Revision: 77
http://smithy.svn.sourceforge.net/smithy/?rev=77&view=rev
Author: doy
Date: 2008-06-01 11:37:44 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
more refactoring, it's now explicitly resizable (with a ~size parameter), and has a ~ticks parameter for setting the number of tick increments around the circle... expand support should be coming soon hopefully
Modified Paths:
--------------
DialSlider.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@us...> - 2008-06-01 08:14:31
|
Revision: 76
http://smithy.svn.sourceforge.net/smithy/?rev=76&view=rev
Author: doy
Date: 2008-06-01 01:14:27 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
hmmm, should actually set the size on these widgets so they actually get a proper size allocation
Modified Paths:
--------------
DialSlider.ml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|