This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-26 05:05:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
43e26aa3f689f80ea7d70cc598d2d044fbd374fd
0ad
/
source
/
lib
/
file
T
History
Ykkrosh
3334c83ce0
Fix build and tests on Linux
...
This was SVN commit r7174.
2009-11-06 18:35:32 +00:00
..
archive
VFS fixes+refactoring
2009-11-04 17:26:54 +00:00
common
Fix build and tests on Linux
2009-11-06 18:35:32 +00:00
disabled_tests
…
io
add support for hotloading (i.e. reacting to directory change notifications and reloading the affected files)
2009-11-04 22:35:54 +00:00
vfs
refactor: move reload functionality into ps/Filesystem to allow reloading non-resource files (e.g. scripts); VFS is now responsible for returning VirtualPath and invalidating the changed file/directory
2009-11-06 11:50:04 +00:00
file_system_util.cpp
fix: native and vfs directory paths should end with '/' (more code cares about this now)
2009-11-05 20:46:15 +00:00
file_system_util.h
…
file_system.cpp
more unicode/string cleanup:
2009-11-03 22:27:25 +00:00
file_system.h
…
file.cpp
fix: unix doesn't have a standard wopen(). we'd like to use wchar_t _wopen on Windows, and convert to UTF8+open() on unix, which calls for adding a new sys_wopen() interface to sysdep.
2009-11-06 16:46:08 +00:00
file.h
…