Commit Graph

661 Commits

Author SHA1 Message Date
janwas 7db0a92bfd removed binaries/data/gui, since these files should now be in binaries/data/mods/official/gui
This was SVN commit r682.
2004-07-10 13:18:25 +00:00
Ykkrosh 29de67dff8 Fixed potential memory leak
This was SVN commit r681.
2004-07-10 12:56:17 +00:00
Ykkrosh 268d81ad27 Fixed another memory leak
This was SVN commit r680.
2004-07-10 12:51:35 +00:00
Ykkrosh dd700f6a4b Fixed memory leak
This was SVN commit r679.
2004-07-10 12:43:29 +00:00
Ykkrosh 494f68b5d9 Don't ignore the screenshots directory
This was SVN commit r678.
2004-07-09 20:17:34 +00:00
janwas 1a8f8df5f6 write screenshots to /data/screenshots, now that that is possible after fixing the appropriate VFS bug :)
This was SVN commit r677.
2004-07-09 20:03:15 +00:00
janwas 127edbd271 pass FILE_NO_AIO to vfs_store instead of calling uncached_* (which ended up duplicating code)
This was SVN commit r676.
2004-07-09 19:59:19 +00:00
janwas d5197e3c77 revised mount logic; now stores the mount point and uses it to correctly convert from VFS to native paths
This was SVN commit r675.
2004-07-09 19:58:43 +00:00
janwas af58e59633 pass FILE_NO_AIO at open instead of calling uncached_* (which ended up duplicating code)
This was SVN commit r674.
2004-07-09 19:57:59 +00:00
Ykkrosh fcb85a5968 Added exit() JS function
This was SVN commit r673.
2004-07-09 12:44:12 +00:00
janwas dc5e5dd774 PNG and BMP "encode" now operational
This was SVN commit r672.
2004-07-09 02:18:59 +00:00
janwas 41d8db6f81 add vfs_exists, uncached_io, and change IO interface to value-return buffer param (void**)
This was SVN commit r671.
2004-07-09 02:17:37 +00:00
janwas 306053c994 bring read interface into line with vfs_io (value-return buffer param)
This was SVN commit r670.
2004-07-09 02:14:21 +00:00
janwas 8306c53492 increase control block size to "plenty" until things settle
This was SVN commit r669.
2004-07-09 02:13:09 +00:00
janwas 5931a06606 add WriteScreenshot (see announcements)
This was SVN commit r668.
2004-07-09 02:04:30 +00:00
janwas bad0b0629d add lseek (needed for uncached_io)
This was SVN commit r667.
2004-07-09 00:17:55 +00:00
Ykkrosh af9c336b43 JS GUI interface
This was SVN commit r666.
2004-07-08 15:23:47 +00:00
Ykkrosh a8f48ff7e0 XMB
This was SVN commit r665.
2004-07-08 15:22:09 +00:00
janwas 92f14cd90a move hInst = GetModuleHandle to wsdl_init, to make sure it's done before anything else
This was SVN commit r664.
2004-07-08 15:16:31 +00:00
Ykkrosh 8760a628a4 Be less obnoxious
This was SVN commit r663.
2004-07-08 15:15:21 +00:00
janwas c33bcfd03d add keyboard hook to intercept printscreen and windows keys
This was SVN commit r662.
2004-07-08 15:11:42 +00:00
janwas 226fd70292 now open files in binary mode on windows (thanks to philip for catching this)
This was SVN commit r661.
2004-07-08 15:10:26 +00:00
Ykkrosh fc30c305f4 Added necessary #includes
This was SVN commit r660.
2004-07-08 14:44:04 +00:00
Ykkrosh e803594239 Removed unnecessary #includes
This was SVN commit r659.
2004-07-08 14:43:16 +00:00
janwas a779ef8595 common interface to texture format codecs; work started on encoders (to write textures)
This was SVN commit r658.
2004-07-08 14:40:24 +00:00
janwas b7a05fd50b fix iterator invalidation bug triggered by multiple mount points; add vfs_uncached_io()
This was SVN commit r657.
2004-07-08 14:38:58 +00:00
Ykkrosh 9f84c8b0fa Removed unnecessary #includes
This was SVN commit r656.
2004-07-08 14:36:52 +00:00
janwas 875d78d10b reqnum = int; complain if watch failed
This was SVN commit r655.
2004-07-08 14:33:58 +00:00
janwas 0c05abb304 fixes for write code and new uncached_write routine (bypass cache, no file padding problem)
This was SVN commit r654.
2004-07-08 14:30:35 +00:00
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
Ykkrosh 0b48b21ae7 Copied GUI XML files in preparation for the new code
This was SVN commit r648.
2004-07-07 19:13:10 +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
olsner f69841e589 Sample config file with all the config values currently supported by the engine
This was SVN commit r646.
2004-07-07 18:45:59 +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
Acumen da43ede881 Committed latest ScEd, its readme files, and renamed ps instructions file to system/.
This was SVN commit r637.
2004-07-07 06:50:36 +00:00
Acumen 9b669299f8 Removed instructions.txt. Renamed to ps_instructions.txt.
This was SVN commit r636.
2004-07-07 06:47:41 +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