janwas
3d7b76c140
add read/write prototypes (file.cpp wasn't including a windows header that defined them elsewhere)
...
This was SVN commit r653.
2004-07-08 14:24:17 +00:00
janwas
b07360ccf7
reqnum uint->int, to allow error return
...
This was SVN commit r652.
2004-07-08 14:22:10 +00:00
janwas
5c96e991eb
cleanup; more last-error neutral; fix start_io for file writes
...
This was SVN commit r651.
2004-07-08 14:21:14 +00:00
Ykkrosh
765477e1a8
no message
...
This was SVN commit r650.
2004-07-08 12:53:10 +00:00
Ykkrosh
602b706481
Non-PCH header fix
...
This was SVN commit r649.
2004-07-07 19:40:20 +00:00
olsner
d59e656986
Added config file settings for VBO, vsync and shadows
...
This was SVN commit r647.
2004-07-07 18:47:11 +00:00
Ykkrosh
c866494fdc
Allow getGlobal() from JS code
...
This was SVN commit r645.
2004-07-07 18:27:25 +00:00
olsner
2a26d9f506
- Implemented WriteFile to write config files back to disk
...
- JS Interface for all operations supported by the C++ Interface
This was SVN commit r644.
2004-07-07 18:06:02 +00:00
olsner
44ad38830c
made c_str() const
...
This was SVN commit r643.
2004-07-07 18:03:42 +00:00
Ykkrosh
715c208907
Fixed "www.wildfiregames/com" URLs
...
This was SVN commit r642.
2004-07-07 10:59:53 +00:00
Ykkrosh
ab1190ef55
Added JSCLASS_HAS_PRIVATE
...
This was SVN commit r641.
2004-07-07 10:57:36 +00:00
Ykkrosh
eb530b7d94
Use the correct JS lib for Debug/Release.
...
Errors are now also reported through debug_out to reduce the chance of
missing them.
This was SVN commit r640.
2004-07-07 10:52:45 +00:00
Ykkrosh
f55e9a72bd
Use the correct JS DLL for Debug/Release.
...
Define NDEBUG in Release builds.
This was SVN commit r639.
2004-07-07 10:44:15 +00:00
olsner
b5bd1b82ec
Fixed handling of paths without leading ..'s, now relative paths starting in the same directory (i.e. subdir/file.dtd) and absolute paths (/art/actors/object.dtd) work as one would think they should
...
This was SVN commit r635.
2004-07-07 01:44:54 +00:00
janwas
6b4c07a5a7
add dbghelp
...
This was SVN commit r634.
2004-07-07 01:36:59 +00:00
janwas
bfafb8fce4
add to some comments
...
also removed redundant VFS file open flags
This was SVN commit r633.
2004-07-05 02:33:47 +00:00
janwas
7bb375ac69
completed support for writing files (hopefully). now adds them to the VFS tree.
...
also removed VFS file open flags, used file.h flags instead
This was SVN commit r632.
2004-07-05 02:32:43 +00:00
janwas
680d5dd7b4
revisions to file open flag comments. btw, these are now also used by VFS
...
This was SVN commit r631.
2004-07-05 02:31:32 +00:00
janwas
e9a7876e0d
slight changes to open / stat interface to bring in line with SUS (and therefore POSIX, i hope)
...
also pass in pmode
This was SVN commit r630.
2004-07-05 02:30:53 +00:00
janwas
66e202afa5
S_* flags in sys/stat are wrong! spent quite a while searching for this problem. disassembly reports S_IWRITE is 0x80, header says 0x100.
...
fixes aio_open warning tossed when file was created by file_open
This was SVN commit r629.
2004-07-05 02:29:21 +00:00
janwas
1f9ac488cd
open wrapper: fixes file sharing bug, now passes in O_CREAT mode
...
This was SVN commit r628.
2004-07-05 02:27:51 +00:00
janwas
e22f6b120a
revised aio_open (now: aio_reopen) interface; now closer to open(), so that pmode can be passed
...
This was SVN commit r627.
2004-07-05 02:26:55 +00:00
janwas
85b0e120af
fixed file sharing + open mode bug
...
This was SVN commit r626.
2004-07-05 02:26:04 +00:00
olsner
2914b616c7
Fix for debug builds using the static xerces lib
...
This was SVN commit r625.
2004-07-04 15:45:49 +00:00
olsner
52b07a6fe9
Added ps/Network/ to workspace
...
This was SVN commit r624.
2004-07-04 15:45:02 +00:00
olsner
6559b5c8a6
Updates for PCH Compat, and other misc. revisions
...
This was SVN commit r623.
2004-07-04 15:41:17 +00:00
olsner
baa374ae13
Moved JS Init further to the beginning
...
This was SVN commit r622.
2004-07-04 15:38:18 +00:00
olsner
1fc404a12a
- JavaScript Interface
...
- Slightly relaxed config file syntax
This was SVN commit r621.
2004-07-04 15:36:48 +00:00
olsner
3109d4361a
- Get/SetGlobal() added
...
- Made CreateCustomObject call the constructor (JS_NewObject =>
JS_ConstructObject)
- Made the JS error reporter work even before the console has been
constructed
This was SVN commit r620.
2004-07-04 15:35:04 +00:00
janwas
b137e965f3
nice new timeSinceLastFrame filter, stable yet responsive. useful for interpolating stuff and of course for FPS.
...
FPS update code is a hack/unfinished, but it's not important right now.
This was SVN commit r619.
2004-07-02 03:04:55 +00:00
janwas
fd6a4d6aed
no change, fixed conflict with local version (i have the debug new stuff commented out, because it conflicts with BC)
...
This was SVN commit r618.
2004-07-02 03:02:40 +00:00
janwas
d467b1a944
fixed resolution calculation for GetTickCount (previously assumed uniform updates)
...
This was SVN commit r617.
2004-07-01 13:28:07 +00:00
Ykkrosh
f588f903d3
Avoid some warnings
...
This was SVN commit r616.
2004-07-01 09:56:44 +00:00
janwas
64444251d4
fixed bug (missing else) reported by philip. thanks!
...
This was SVN commit r615.
2004-06-30 18:47:15 +00:00
Ykkrosh
5f6e9f3819
Slightly nicer control of debugging memory allocators
...
This was SVN commit r614.
2004-06-30 16:06:05 +00:00
janwas
98ef9125fc
our programming schedule, for easier updating. what do ya'll think of putting it into cvs?
...
This was SVN commit r613.
2004-06-30 14:32:12 +00:00
janwas
6a85b4a331
some more comments and cleanup
...
This was SVN commit r612.
2004-06-30 14:31:19 +00:00
Ykkrosh
12170cabeb
Headers for non-PCH
...
This was SVN commit r611.
2004-06-28 15:34:10 +00:00
Ykkrosh
e0fab05437
Make errors more noticeable when debugging
...
This was SVN commit r610.
2004-06-28 15:30:15 +00:00
janwas
02f509feb7
fixed timer jump issue when timer implementation changes at runtime; now calculates time more accurately
...
This was SVN commit r609.
2004-06-27 01:45:47 +00:00
janwas
bbad6a4d6a
fix order of detect calls (TSC wasn't getting selected in wtime due to not-yet-set cpu_smp)
...
This was SVN commit r608.
2004-06-27 01:42:55 +00:00
janwas
70b7f4249f
fixed sneaky iterator bug: when ring buffer full, begin() was equal to end()
...
This was SVN commit r607.
2004-06-27 01:42:17 +00:00
janwas
2b1364ffa5
now uses texture loader only, not opengl texture functionality
...
This was SVN commit r606.
2004-06-26 16:44:01 +00:00
Ykkrosh
c23d7830fd
Minor improvements
...
This was SVN commit r605.
2004-06-26 12:58:35 +00:00
Ykkrosh
43c52335ae
Added delete/home/end keys to console
...
This was SVN commit r604.
2004-06-26 12:45:54 +00:00
janwas
608e481398
fix event handler return value
...
This was SVN commit r603.
2004-06-25 22:22:05 +00:00
janwas
ddd7821425
res reload callback interface change: now also receives handle of object being reloaded. simplifies tex reload code
...
This was SVN commit r602.
2004-06-25 22:19:19 +00:00
janwas
766a0b4077
split tex code into (file format specific) loaders and opengl texture ops like upload()
...
This was SVN commit r601.
2004-06-25 22:18:03 +00:00
janwas
d1a66a4503
fix event handler return value
...
This was SVN commit r600.
2004-06-25 22:13:48 +00:00
Ykkrosh
6348dc1f0e
Fixed null-pointer crash-on-exit
...
This was SVN commit r599.
2004-06-24 16:09:29 +00:00