Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
kazzmir | 70 (100.0%) | 2042 (100.0%) | 29.1 |
use polling mutexes for nacl
26 lines of code changed in 1 file:
use the virtual directory in the nacl filesystem
4 lines of code changed in 1 file:
fix class name
1 lines of code changed in 1 file:
load mods from zip files
7 lines of code changed in 2 files:
use more general exists to first check in the virtual directory. be sure not to keep file references around too long
3 lines of code changed in 2 files:
fix nacl build for the latest sdk
4 lines of code changed in 2 files:
dont wrap libc calls because it doesnt work properly in linux/windows
20 lines of code changed in 1 file:
wrap libc calls in preparation for filesystem overlays (like opening zip files). also fix linking for nacl
36 lines of code changed in 3 files:
move main() entry point to util. other minor cleanup
1 lines of code changed in 1 file:
show file sizes in the nacl window. return empty directory structures if no directory.txt exists
26 lines of code changed in 1 file:
store file sizes with their names for nacl. keep a per-file lock to allow re-entry into the filesystem
204 lines of code changed in 2 files:
let the html page know when a file is being loaded by the nacl module
5 lines of code changed in 1 file:
make nacl compile
2 lines of code changed in 2 files:
[nacl] cache opened files forever
52 lines of code changed in 2 files:
add filesystem function to find files that match a relative path
1 lines of code changed in 1 file:
use sfl to match files for nacl. dont die if a mugen font cant be found
93 lines of code changed in 2 files:
update to nacl api
1 lines of code changed in 1 file:
[nacl] updates for the 0.5 sdk
12 lines of code changed in 2 files:
flip wiimote so it can be held sideways
0 lines of code changed in 1 file:
[nacl] manage each request separately so one thread does not cause all filesystem access to block
58 lines of code changed in 2 files:
[nacl] implement the rest of the filesystem methods
47 lines of code changed in 1 file:
[nacl] implement more filesystem methods
43 lines of code changed in 2 files:
[nacl] get directory listing from a file on the server
68 lines of code changed in 2 files:
[nacl] cache the existence of files. use a separate path to check for files in the manager
82 lines of code changed in 2 files:
only allow single threaded access to the network system. find determines if the file exists
15 lines of code changed in 3 files:
push inputs events to nacl
5 lines of code changed in 1 file:
dont need the server path for nacl
3 lines of code changed in 3 files:
fix nacl seek, off by 1 error
4 lines of code changed in 1 file:
buffer nacl files in memory. implement lseek
221 lines of code changed in 2 files:
implement nacl close
54 lines of code changed in 3 files:
implement read for nacl
104 lines of code changed in 2 files:
cleanup nacl filesystem
134 lines of code changed in 2 files:
nacl: wrap libc functions
mugen: fix case when reading the palettes
26 lines of code changed in 2 files:
move libc functions to the nacl system
98 lines of code changed in 1 file:
make nacl ppapi calls from the main thread
73 lines of code changed in 3 files:
more nacl hacking. string::find returns size_t
122 lines of code changed in 2 files:
[mugen] ignore empty values in the hitby controller. compile expressions for palfx
0 lines of code changed in 1 file:
in nacl, run paintown in a separate thread and reserve the main thread for dealing with browser communication
209 lines of code changed in 3 files:
start network filesystem implementation (curl and nacl backends)
79 lines of code changed in 2 files:
move nacl stuff to its own module
99 lines of code changed in 1 file: