Wijitmaker
d2ff0b242d
Hmm, error, trying again
...
This was SVN commit r1570.
2004-12-23 23:49:06 +00:00
Wijitmaker
c52d74afca
Male dress with puffy sleaves texture
...
This was SVN commit r1569.
2004-12-23 23:47:21 +00:00
Wijitmaker
103f016a23
Santa head texture
...
This was SVN commit r1568.
2004-12-23 23:46:15 +00:00
Wijitmaker
e192822bf2
santa texture
...
This was SVN commit r1567.
2004-12-23 23:45:42 +00:00
Ykkrosh
7e004f07d3
Report zero-sized images as errors.
...
This was SVN commit r1566.
2004-12-23 23:14:47 +00:00
Ykkrosh
d2855c4f9c
Fixed GC crash.
...
This was SVN commit r1565.
2004-12-23 22:24:09 +00:00
Ykkrosh
6ed9263ee1
Added 'var' to JS variable declarations. Fixes a fatal crash when code that alters the variable 'GUIObject' dies rather than returning successfully, since 'GUIObject' is a class name.
...
This was SVN commit r1564.
2004-12-23 22:13:59 +00:00
Acumen
c21bfde045
Clipped empty space from the new textures after hearing from Philip that they don't have to be of equal height and width. :)
...
This was SVN commit r1563.
2004-12-23 21:39:40 +00:00
Acumen
1c89ab78f0
Packing it in for tonight.
...
This was SVN commit r1562.
2004-12-23 21:21:02 +00:00
Acumen
9dc183c9a5
This was SVN commit r1561.
2004-12-23 18:54:36 +00:00
Acumen
3801b4b52f
Established Editor framework (theoretically).
...
This was SVN commit r1560.
2004-12-23 18:43:43 +00:00
Wijitmaker
4dfdefa4d6
Whoops missed a few greek houses
...
This was SVN commit r1559.
2004-12-23 18:12:50 +00:00
Acumen
76e0fc0ee6
Note to self: Deleting and then adding the same filename doesn't work in the same session, even if it's a more recent version. :)
...
This was SVN commit r1558.
2004-12-23 18:04:14 +00:00
Acumen
5ac6555b9b
Added sprites that will potentially be used for the Editor when I get around to it.
...
This was SVN commit r1557.
2004-12-23 18:01:55 +00:00
Acumen
3ab194ae42
Melee range adjustment that Jason requested.
...
This was SVN commit r1556.
2004-12-23 17:51:39 +00:00
Acumen
47842863c4
Initial IP Hosting and map selection screens from Malte. Committed on his behalf as he's having problems with his authorisation.
...
This was SVN commit r1555.
2004-12-23 17:22:22 +00:00
Ykkrosh
0382cdd9b1
More tooltip updates. Made the main menu buttons and the in-game resource counters use them.
...
Fixed space/tab inconsistencies in (though not between) GUI XML files.
This was SVN commit r1554.
2004-12-23 13:56:34 +00:00
Wijitmaker
c16d5ec50c
Update for the default map for the new structure placeholders
...
This was SVN commit r1553.
2004-12-23 04:53:53 +00:00
Wijitmaker
264587cff9
Hopefully the last actor name fixes for today
...
This was SVN commit r1552.
2004-12-23 04:12:27 +00:00
Wijitmaker
cbb08dfb47
Internal name adjustments for the hellenes entities
...
This was SVN commit r1551.
2004-12-23 04:09:28 +00:00
Wijitmaker
1f3fe479e3
Few actor spelling fixes
...
This was SVN commit r1550.
2004-12-23 01:30:03 +00:00
Wijitmaker
71d54ad31e
Oops, messed up, adding files again
...
This was SVN commit r1549.
2004-12-23 01:10:12 +00:00
Wijitmaker
bf1468441c
Some internal name corrections
...
This was SVN commit r1548.
2004-12-23 01:07:53 +00:00
Wijitmaker
011b293f06
structure actor fixes for romans, hellenes, and celts
...
This was SVN commit r1547.
2004-12-23 01:00:21 +00:00
Wijitmaker
73ba7e1823
Actor files for persian, carthaginian, and iberian structures.
...
This was SVN commit r1546.
2004-12-22 23:14:49 +00:00
Wijitmaker
de3823141e
structure placeholder textures
...
This was SVN commit r1545.
2004-12-22 23:11:02 +00:00
Wijitmaker
548a961e1e
Persian structure meshes
...
This was SVN commit r1544.
2004-12-22 23:04:24 +00:00
Wijitmaker
a38edb3442
Placeholder and Carthaginian structure meshes
...
This was SVN commit r1543.
2004-12-22 22:58:27 +00:00
Ykkrosh
28c7a682b8
Fixed annoying crash when SpiderMonkey's GC ran.
...
Minor tooltip updates.
This was SVN commit r1542.
2004-12-21 18:41:58 +00:00
Acumen
16e5b8f94b
Quickly added an Editor button.
...
This was SVN commit r1541.
2004-12-21 17:54:33 +00:00
Ykkrosh
659a9ea57a
Initial (incomplete) tooltip code
...
This was SVN commit r1540.
2004-12-21 13:37:24 +00:00
Acumen
6486de894d
Eliminated grayscale images.
...
This was SVN commit r1539.
2004-12-20 19:33:09 +00:00
Ykkrosh
91d39f9a29
Allowed colour strings in XML files to contain negative values.
...
Updated GUI sprite effects to allow subtraction with add-color, and to
increase multiply-color's upper limit to allow 4x brightness.
This was SVN commit r1538.
2004-12-19 20:09:23 +00:00
Ykkrosh
4560c79667
'stretched:' sprites
...
This was SVN commit r1537.
2004-12-19 14:44:55 +00:00
Ykkrosh
849f50a500
Grayscale effects for GUI sprites
...
This was SVN commit r1536.
2004-12-19 12:20:04 +00:00
Acumen
76c67f029d
Made loading screen appear, now that Simon's fix has enabled the scheduler before the session. This one is just static ... We'd need to break loadSession() up into fragments and call each in turn in order to have a loading bar, as far as I can tell. (Also, any way to disable the cursor&input from JS?)
...
This was SVN commit r1535.
2004-12-19 10:53:40 +00:00
Ykkrosh
6885cb2d83
Moved xmbcleanup so that non-programmers can reach it
...
This was SVN commit r1534.
2004-12-19 00:42:44 +00:00
Acumen
eb033b8192
Added lit version of the main-menu backdrop, so we can split that up for the individual menu button overlays.
...
This was SVN commit r1533.
2004-12-19 00:05:10 +00:00
olsner
46f5c61179
Linux/GCC/glibc Compat
...
This was SVN commit r1532.
2004-12-18 23:30:28 +00:00
olsner
c9d89e964b
Moved g_Gui.TickObjects to the main render loop and update the scheduler when no game is running
...
This was SVN commit r1531.
2004-12-18 23:25:58 +00:00
Acumen
92e7394c7b
Eradicated lit sprites thanks to sprite effects from Philip. :D
...
This was SVN commit r1530.
2004-12-18 18:48:37 +00:00
Acumen
99a022f847
Even more GUI cleanup.
...
This was SVN commit r1529.
2004-12-18 17:05:22 +00:00
Acumen
7cfa5f6e4d
More GUI texture cleanup. :)
...
This was SVN commit r1528.
2004-12-18 16:27:32 +00:00
janwas
bb2de67c31
fixed incorrect handling of extra fields
...
(zip archives with extended file attributes failed to load)
improved z_extract_cdfh/z_enum_files.
This was SVN commit r1527.
2004-12-18 14:45:04 +00:00
Ykkrosh
b291fafadb
Replace '_' with '-' when passing names through the GUI JS interface (so that object.cell_id is equivalent to object["cell-id"])
...
This was SVN commit r1526.
2004-12-18 14:24:50 +00:00
Ykkrosh
ba0ebd6644
Renamed icon-size/icon-id to cell-size/cell-id, and allowed cell-id to be used in <icon>s.
...
Added <effect>s to sprites/images - currently multiply-color and
add-color, though they're far from perfect.
This was SVN commit r1525.
2004-12-18 13:32:00 +00:00
janwas
5bb24a387f
fix dir_cancel_watch issue: fail silently if watch=0 (happens if directory mounted only from archive, i.e. there's no real directory to watch)
...
This was SVN commit r1524.
2004-12-18 03:45:12 +00:00
Acumen
323ca1746f
Big GUI update to kinda-sorta-maybe put lots of previously individual GUI art into cellular sheets. Still needs some work.
...
This was SVN commit r1523.
2004-12-18 02:42:22 +00:00
olsner
a5e0a7f5f9
UNIX shell script for xmbcleanup
...
This was SVN commit r1522.
2004-12-17 20:15:42 +00:00
Ykkrosh
8a1c3c550e
Fixed bug which made XMBs' filenames contain 00000000 for the size, when built with VC2005. (Nasty confusing 64-bit variables...)
...
Also made it insensitive to rounded-down-to-nearest-2-seconds timestamps
in zip files.
This was SVN commit r1521.
2004-12-17 19:47:21 +00:00