[root]/src/util
7z
(68 files, 15444 lines)
allegro
(0 files, 0 lines)
loadpng
(0 files, 0 lines)
allegro5
(0 files, 0 lines)
android
(4 files, 158 lines)
jni
(1 files, 54 lines)
src
(0 files, 0 lines)
org
(0 files, 0 lines)
liballeg
(0 files, 0 lines)
app
(3 files, 1817 lines)
libsdl
(0 files, 0 lines)
app
(1 files, 964 lines)
paintown
(1 files, 93 lines)
exceptions
(4 files, 262 lines)
gif
(0 files, 0 lines)
gme
(0 files, 0 lines)
graphics
(8 files, 1789 lines)
allegro
(2 files, 1937 lines)
allegro5
(2 files, 1648 lines)
sdl
(3 files, 3229 lines)
software-renderer
(1 files, 247 lines)
gui
(34 files, 7838 lines)
hq4x
(0 files, 0 lines)
input
(15 files, 2826 lines)
allegro
(3 files, 434 lines)
allegro5
(3 files, 595 lines)
psp
(2 files, 334 lines)
sdl
(3 files, 1033 lines)
wii
(2 files, 163 lines)
lz4
(2 files, 1007 lines)
menu
(13 files, 6453 lines)
nacl
(3 files, 1359 lines)
network
(6 files, 2719 lines)
curl
(0 files, 0 lines)
include
(0 files, 0 lines)
curl
(0 files, 0 lines)
lib
(0 files, 0 lines)
hawknl
(2 files, 70 lines)
hawknl
(6 files, 1094 lines)
src
(12 files, 8377 lines)
zeromq
(0 files, 0 lines)
include
(0 files, 0 lines)
src
(0 files, 0 lines)
ogg
(0 files, 0 lines)
pcre
(36 files, 32229 lines)
sdl
(0 files, 0 lines)
image
(0 files, 0 lines)
acinclude
(0 files, 0 lines)
mixer
(0 files, 0 lines)
acinclude
(0 files, 0 lines)
build-scripts
(0 files, 0 lines)
native_midi
(0 files, 0 lines)
native_midi_gpl
(0 files, 0 lines)
timidity
(0 files, 0 lines)
sound
(0 files, 0 lines)
decoders
(0 files, 0 lines)
mpglib
(0 files, 0 lines)
timidity
(0 files, 0 lines)
docs
(0 files, 0 lines)
playsound
(0 files, 0 lines)
sprig
(0 files, 0 lines)
stretch
(0 files, 0 lines)
sfl
(14 files, 15453 lines)
software-renderer
(0 files, 0 lines)
sound
(11 files, 2997 lines)
allegro
(2 files, 136 lines)
allegro5
(2 files, 104 lines)
sdl
(2 files, 128 lines)
mixer
(2 files, 115 lines)
sox
(0 files, 0 lines)
src
(0 files, 0 lines)
trex
(0 files, 0 lines)
windows
(2 files, 99 lines)
zip
(9 files, 5531 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 1839 (100.0%) | 33242 (100.0%) | 18.0 |
| kazzmir | 1803 (98.0%) | 32700 (98.4%) | 18.1 |
| juvinious | 35 (1.9%) | 524 (1.6%) | 14.9 |
| scristopher | 1 (0.1%) | 18 (0.1%) | 18.0 |
find the actual file
1 lines of code changed in 1 file:
[util] Do not re-add server tab on dimension changes. Add ListInterface.
1 lines of code changed in 1 file:
load the configuration if required
4 lines of code changed in 1 file:
helper class to check timings
33 lines of code changed in 2 files:
[util] Get preliminary server data to display in tab.
31 lines of code changed in 2 files:
fix many warnings
9 lines of code changed in 2 files:
[util] Begin implementing TabContainer.
1 lines of code changed in 1 file:
[mugen] load characters specified in select.def in a thread so the select screen opens immediately
1 lines of code changed in 1 file:
[mugen] move network stuff to a new module
18 lines of code changed in 3 files:
centralize joystick configuration path
23 lines of code changed in 1 file:
read custom buttons/axis from configuration
27 lines of code changed in 2 files:
only add quotes to token names when the token is printed
14 lines of code changed in 2 files:
save custom buttons. only allow either a button or an axis in the configuration
27 lines of code changed in 2 files:
save custom joystick axis motions in the configuration
39 lines of code changed in 2 files:
allow input source to specify multiple keyboards/joysticks
2 lines of code changed in 2 files:
show the current menu behind the joystick keys. handle window X button in a5
4 lines of code changed in 1 file:
update for a5 api change
1 lines of code changed in 1 file:
always clear the screen
2 lines of code changed in 2 files:
differentiate input by backend
1 lines of code changed in 1 file:
let allegro5 joysticks read the events themselves
17 lines of code changed in 2 files:
start joystick support for allegro5. use - and + to change font size in the console
30 lines of code changed in 3 files:
[mugen] share shader objects
6 lines of code changed in 1 file:
remember window size in a5
2 lines of code changed in 1 file:
implement remap shader
17 lines of code changed in 2 files:
dont wait too long for timer events in a5 in case the timers need to be restarted
4 lines of code changed in 1 file:
[mugen] use serialize script to create stage data. [util] wrap the underlying color datatype in a class
5 lines of code changed in 2 files:
[mugen] deserialize most of state data
56 lines of code changed in 2 files:
[mugen] deserialize random
30 lines of code changed in 2 files:
[mugen] serialize random state. optimize runtime value serialization
12 lines of code changed in 2 files:
[mugen] add ids to state controllers and store their persistent data in the world state
2 lines of code changed in 1 file:
default action for drawFirst is to draw
1 lines of code changed in 1 file:
allow screen resizes in a5
5 lines of code changed in 1 file:
dont force a window size. instead, draw black bars
27 lines of code changed in 2 files:
[mugen] dont serialize values that are already at zero. filter tokens that dont contain any data
1 lines of code changed in 1 file:
add lz4 compressor
1 lines of code changed in 1 file:
use 320x240 by default on gcw0
16 lines of code changed in 1 file:
add gcw0 build environment
5 lines of code changed in 1 file:
[mugen] start to serialize world
21 lines of code changed in 2 files:
create configuration token object if it doesnt exist
24 lines of code changed in 2 files:
extra check to make sure the file can be read
3 lines of code changed in 1 file:
(896 more)