Jon Dowland
|
934a313f5a
|
implement save, too (needs work)
|
2008-02-03 18:13:44 +00:00 |
|
Jon Dowland
|
d0f8911793
|
use doom.py in tmp_*; implement saveas
|
2008-02-03 18:07:23 +00:00 |
|
Jon Dowland
|
a2ac1d5777
|
start rebuilding tmp_* in MVC format, first, model
|
2008-02-03 16:46:51 +00:00 |
|
Jon Dowland
|
5efaa7e2be
|
blank cleanroom.py
|
2008-02-03 16:30:23 +00:00 |
|
Jon Dowland
|
e7962e6e32
|
update the patch list cell
|
2008-02-03 16:09:26 +00:00 |
|
Jon Dowland
|
8f1827d392
|
redraw rhs on xoff/yoff change
|
2008-02-03 15:59:16 +00:00 |
|
Jon Dowland
|
d7b0ecb60d
|
callbacks for editing patches
|
2008-02-03 15:54:17 +00:00 |
|
Jon Dowland
|
34fc63316d
|
groundwork for editing cell properties in patch list
|
2008-02-03 14:46:17 +00:00 |
|
Jon Dowland
|
9dcc234ab1
|
clear and reloda patch list on current texture change
|
2008-02-03 14:31:24 +00:00 |
|
Jon Dowland
|
df4db6ed3c
|
add columns for x/y offsets to patch list
|
2008-02-03 12:32:10 +00:00 |
|
Jon Dowland
|
5a6628834b
|
too many changes to list
|
2008-02-02 17:21:18 +00:00 |
|
Jon Dowland
|
741e627245
|
self.wip_textures has work-in-progress texture definitions
|
2008-02-02 16:15:50 +00:00 |
|
Jon Dowland
|
191412e840
|
add a cb for row activated on rhs; append to patch list below
|
2008-02-02 16:02:08 +00:00 |
|
Jon Dowland
|
dffb9342c4
|
scale the patch view on the RHS
some drag and drop experiment has leaked into this commit too
|
2008-02-02 14:42:07 +00:00 |
|
Jon Dowland
|
26e65f7792
|
resize window
|
2008-02-02 12:20:00 +00:00 |
|
Jon Dowland
|
8c83081174
|
remove debugging prints
|
2008-02-02 12:13:20 +00:00 |
|
Jon Dowland
|
e445446c31
|
more patch copy adjustments (all pixbuf warnings sorted now)
|
2008-02-02 12:10:13 +00:00 |
|
Jon Dowland
|
07d7df6f2f
|
various patch copying sanity checks (aastinky works now,bigdoor6 still bust)
|
2008-02-02 12:00:08 +00:00 |
|
Jon Dowland
|
1fdc9d670f
|
some debugging prints (need to fix the offsets, etc. for this copy bit)
|
2008-02-01 20:43:14 +00:00 |
|
Jon Dowland
|
361270d89a
|
select the top-most texture in the lhs on start
|
2008-02-01 20:34:19 +00:00 |
|
Jon Dowland
|
6463348d3f
|
don't copy outside pixmap regions
|
2008-02-01 20:25:10 +00:00 |
|
Jon Dowland
|
b1fc4512e4
|
display the selected patch in the new image area
|
2008-01-30 18:40:55 +00:00 |
|
Jon Dowland
|
593faeaf6b
|
split the rhs into the list + an image area
|
2008-01-30 18:36:11 +00:00 |
|
Jon Dowland
|
fb4ea24dc9
|
append to the correct list (and now, I sleep)
|
2008-01-29 23:47:56 +00:00 |
|
Jon Dowland
|
554baa539c
|
a selected patch list at the bottom + handling of clicking on patches in rhs
|
2008-01-29 23:40:35 +00:00 |
|
Jon Dowland
|
d39e8b00ba
|
rhs callback
|
2008-01-29 23:34:28 +00:00 |
|
Jon Dowland
|
999fb83c92
|
populate RHS with list of patches
|
2008-01-29 23:32:03 +00:00 |
|
Jon Dowland
|
87dc4f5e7a
|
remove combined.txt and use the one in trunk
don't populate LHS with 1-patch textures
|
2008-01-29 23:19:44 +00:00 |
|
Jon Dowland
|
8e3f11a871
|
implement a callback when a texture is selected on the lhs
|
2008-01-29 23:15:49 +00:00 |
|
Jon Dowland
|
33a98b263e
|
read the patches out of ../../patches rather than ./
|
2008-01-29 23:02:46 +00:00 |
|
Jon Dowland
|
afd601d75e
|
turn the texture-composing stuff into a method
|
2008-01-29 23:01:59 +00:00 |
|
Jon Dowland
|
d57ff5ec09
|
sort the texture list (PYTHON EXPERTS: clearly I'm a moron. show me how it's done)
|
2008-01-29 22:54:00 +00:00 |
|
Jon Dowland
|
1ed3e59a7e
|
scrolled window for lhs
|
2008-01-29 22:50:21 +00:00 |
|
Jon Dowland
|
8ed2e1638c
|
use a hash for list of textures
|
2008-01-29 22:09:18 +00:00 |
|
Jon Dowland
|
041489d0b4
|
use the parsed texture1 lump instead of a hardcoded example
|
2008-01-29 22:05:05 +00:00 |
|
Jon Dowland
|
4c80adda5a
|
old debugging stuff
|
2008-01-29 21:55:58 +00:00 |
|
Jon Dowland
|
698b3ddd11
|
Textures contain Patch objects, not lines of text
|
2008-01-29 21:55:37 +00:00 |
|
Jon Dowland
|
a3dec5eaa7
|
prime the progress bar (makes me feel better)
|
2008-01-29 21:53:44 +00:00 |
|
Jon Dowland
|
45bffa36a7
|
first attempt at sticking the texture names in the LHS
|
2008-01-29 21:46:17 +00:00 |
|
Jon Dowland
|
3f2adfa7ed
|
glade additions; quit button
|
2008-01-29 21:31:19 +00:00 |
|
Jon Dowland
|
888de4866e
|
fredrik's patches again. The "Harry and Lloyd" commit
|
2008-01-29 21:22:35 +00:00 |
|
Jon Dowland
|
a825788903
|
some comments
|
2008-01-29 21:17:11 +00:00 |
|
Jon Dowland
|
1462e3cc7e
|
compose the texture in memory and set the displayed image to it
|
2008-01-29 21:10:18 +00:00 |
|
Jon Dowland
|
33f709d8e6
|
read in pixbufs for each patch constituent (this code is still EEEEVIL)
|
2008-01-29 18:37:28 +00:00 |
|
Jon Dowland
|
0d21c1a3b6
|
oh, if only you could read my svn-commit.tmp files, these commit logs would
make MUCH more sense.
|
2008-01-29 18:27:26 +00:00 |
|
Jon Dowland
|
73d877bda6
|
PLEASE GO AWAY
|
2008-01-29 18:26:44 +00:00 |
|
Jon Dowland
|
6b363e237a
|
copy a texture definition and it's patches into this dir
|
2008-01-29 18:21:37 +00:00 |
|
Jon Dowland
|
93195a0962
|
scale the patch up three times.
|
2008-01-29 18:15:43 +00:00 |
|
Jon Dowland
|
14e44399a9
|
initial import of cleanroom tool
|
2008-01-24 23:18:17 +00:00 |
|
Jon Dowland
|
db75147c51
|
updated map24
|
2008-01-21 19:09:19 +00:00 |
|