janwas
0f18178fda
fixed sched. priority code: wouldn't work for all values.
...
This was SVN commit r1468.
2004-12-07 03:01:12 +00:00
janwas
77196dbe06
less dependencies on res/res.h in headers (a bad thing) => less recompiles when I change vfs.h :)
...
This was SVN commit r1467.
2004-12-07 02:04:38 +00:00
janwas
e76871e7b0
- heavy changes to VFS tree internals: now allows loose files and archives to coexist, choosing archive if they're the same date+size
...
- reworked tree_lookup: dir names now require trailing '/' to
disambiguate. exception: vfs_open_dir (convenience)
- display VFS tree in stdout.txt unless g_Quickstart
This was SVN commit r1466.
2004-12-07 01:22:25 +00:00
janwas
e15562b7ae
1) file: clean up path conversion call sites (was using private routine)
...
2) all: change file_enum and cohorts to pass struct stat instead of just
size
3) minor cleanup
This was SVN commit r1465.
2004-12-07 01:19:10 +00:00
janwas
1d1a2ce3e4
use VC's stat() for now, even if slower - mtime time conversion is a pain to implement
...
This was SVN commit r1464.
2004-12-07 01:12:35 +00:00
janwas
8d20cfefdb
remove cout << "initialized"
...
This was SVN commit r1463.
2004-12-07 01:08:56 +00:00
Ykkrosh
e1506b6d3a
Removed unused Elvish
...
This was SVN commit r1462.
2004-12-07 00:17:14 +00:00
Acumen
7e7743a90d
Implemented population of command buttons.
...
This was SVN commit r1461.
2004-12-06 00:54:06 +00:00
Ykkrosh
a2a6f29ab3
s/Prometheus/Pyrogenesis/
...
This was SVN commit r1459.
2004-12-05 21:56:09 +00:00
Ykkrosh
cf7f9dcc47
Made premake put ps_test.pdb into binaries/data
...
This was SVN commit r1458.
2004-12-05 19:10:57 +00:00
Ykkrosh
ffb5f87857
Corrected mesh manager's use of hashmap. Added CStrW support to JS/GUI interface. Added error checking to CStr::Left/Right to make bugs more obvious.
...
This was SVN commit r1456.
2004-12-05 18:26:43 +00:00
Ykkrosh
761261880a
Correction to restructuring (part 2 of 2)
...
This was SVN commit r1455.
2004-12-05 18:05:16 +00:00
Ykkrosh
0014c3140b
Correction to restructuring (part 1 of 2)
...
This was SVN commit r1454.
2004-12-05 18:04:15 +00:00
Ykkrosh
ec3452679c
Restructuring
...
This was SVN commit r1453.
2004-12-05 17:59:29 +00:00
Acumen
0d270c968c
More GUI stuff, primarily to start implementing entity lists.
...
This was SVN commit r1451.
2004-12-05 03:37:01 +00:00
Acumen
944397c4cf
(Trying again, as it timed out last time I tried this.) Added various entity attributes, and struggled to get them to appear in GUI (seem to be issues with numeric interpretation and icons sometimes don't appear), but it's a start. Also made start on training
...
This was SVN commit r1450.
2004-12-04 21:38:52 +00:00
olsner
936fc885a1
Don't convert paths here since it's already done by the caller (API change)
...
This was SVN commit r1449.
2004-12-04 20:27:07 +00:00
Acumen
0c0d20d3eb
Marginally improved game performance by reducing session GUI updates (now waits over a second before updating the controls, but at least the frame rate is better). Also turned off GUI refresh when in full-screen mode (Alt+G).
...
This was SVN commit r1448.
2004-12-02 23:38:51 +00:00
Acumen
445915942a
Fix to restore setInterval() to its former functioning glory.
...
This was SVN commit r1447.
2004-12-02 23:36:47 +00:00
Ykkrosh
0c49853a3a
Premake updates: unbroke PCH; disabled edit-and-continue; disabled runtime checks in Testing mode; fixed stack overflow problem; renamed to 'pyrogenesis'
...
This was SVN commit r1446.
2004-12-02 18:22:46 +00:00
Ykkrosh
453c8c68af
Fixed warnings
...
This was SVN commit r1445.
2004-12-02 17:17:38 +00:00
Wijitmaker
8d087f55f6
Missing mesh files
...
This was SVN commit r1442.
2004-12-02 10:16:30 +00:00
Wijitmaker
00d39d9a9d
Missing actor files
...
This was SVN commit r1441.
2004-12-02 10:13:53 +00:00
Wijitmaker
b1534dfd7b
Missing actor files
...
This was SVN commit r1440.
2004-12-02 10:13:48 +00:00
Wijitmaker
f7b7760e68
Missing actor files
...
This was SVN commit r1439.
2004-12-02 10:12:05 +00:00
Wijitmaker
3d82cd7fb8
Missing actor files
...
This was SVN commit r1438.
2004-12-02 10:10:37 +00:00
janwas
3fb241054f
add master sound disable, triggered if g_Quickstart == true.
...
(skips OpenAL init => speeds up startup)
This was SVN commit r1437.
2004-12-01 22:19:58 +00:00
janwas
f1dac9c626
better error handling: lots of little changes.
...
added some error codes, tried to eliminate unspecific return -1 where
it made sense.
This was SVN commit r1436.
2004-12-01 21:37:01 +00:00
janwas
6c2f455547
added tga and raw encoders (based on common routine extracted from bmp encoder), so I wouldn't have to add NOT_IMPLEMENTED error returns :P
...
This was SVN commit r1435.
2004-12-01 21:34:49 +00:00
janwas
2c0d5c0248
bugfix: needs to use full path conversion routine
...
This was SVN commit r1434.
2004-12-01 21:34:01 +00:00
janwas
c0ef326340
1) file.cpp: add functions for relative path conversion, also better dox
...
2) ERR_PATH_LENGTH (instead of ERR_VFS_): now used by file.cpp also
3) better document file_enum and FileCB
This was SVN commit r1433.
2004-12-01 18:44:38 +00:00
janwas
f04af0077e
ignore .svn folders (and their contents) when mounting dirs
...
This was SVN commit r1432.
2004-12-01 08:16:01 +00:00
janwas
4d83cba7e6
add required precompiled header include
...
This was SVN commit r1431.
2004-12-01 06:52:39 +00:00
janwas
2eed8a8b45
even longer SND_CARD_LEN
...
This was SVN commit r1430.
2004-11-30 23:40:44 +00:00
Ykkrosh
b8d0df4b03
Re-enabled crash-dumping exception handler
...
This was SVN commit r1427.
2004-11-30 15:52:10 +00:00
Ykkrosh
b50ddcc9bc
Added all external libraries
...
This was SVN commit r1424.
2004-11-29 04:22:37 +00:00
Acumen
e459e93ab4
Combat fixes ... Increased standard entity movement rate, and made pain sounds only occur on death.
...
This was SVN commit r1423.
2004-11-28 21:31:39 +00:00
Acumen
a2bcfd8a47
Minor GUI fixes.
...
This was SVN commit r1422.
2004-11-28 21:11:37 +00:00
Acumen
ec62c14ca4
Created entities for all Hellenic buildings created so far.
...
This was SVN commit r1421.
2004-11-28 20:11:02 +00:00
Acumen
ee669ca572
More of the same.
...
This was SVN commit r1420.
2004-11-28 19:10:26 +00:00
Acumen
dcb00048e0
Added support for unit icon sheets.
...
This was SVN commit r1419.
2004-11-28 19:09:40 +00:00
Acumen
3f78a37325
Added support for building icon sheets.
...
This was SVN commit r1418.
2004-11-28 19:07:26 +00:00
Acumen
2ad47d5758
Added civ icon sheets.
...
This was SVN commit r1417.
2004-11-28 19:05:31 +00:00
Acumen
77354f6b5d
More GUI art.
...
This was SVN commit r1415.
2004-11-27 22:23:14 +00:00
Acumen
6f4f2595d7
Replaced Status Pane.
...
This was SVN commit r1414.
2004-11-27 22:21:09 +00:00
Acumen
c5ecde88a2
Added default unit LOS.
...
This was SVN commit r1413.
2004-11-27 22:19:05 +00:00
Acumen
65abe909b3
Added default building LOS.
...
This was SVN commit r1412.
2004-11-27 22:18:42 +00:00
Acumen
068f6e8d47
Revised GUI scripts to turn Status Orb into lengthened pane, populated it with stats, retabulated Group Pane and gave it an opaque background (as requested by Malte).
...
This was SVN commit r1411.
2004-11-27 22:17:35 +00:00
MarkT
f930bf1df4
Added semi-intelligent text parser for XMLs - so that numeric properties on entities are no longer stored as strings instead.
...
This was SVN commit r1409.
2004-11-27 20:02:51 +00:00
Ykkrosh
d9f30a5d42
Faster Ogg reading (~2.5x in extremely unoptimised builds)
...
This was SVN commit r1408.
2004-11-27 04:14:34 +00:00