-
kazzmir
2008-10-31 23:37
#24
Rev.: 1151
-
256 lines of code changed in 35 files:
-
editor/resources/animator:
eventattack.xml (+2 -2),
eventbbox.xml (+2 -2),
eventcoords.xml (+2 -2),
eventdelay.xml (+2 -2),
eventface.xml (+2 -2),
eventframe.xml (+2 -2),
eventjump.xml (+2 -2),
eventmove.xml (+2 -2),
eventoffset.xml (+2 -2),
eventprojectile.xml (+2 -2),
eventshadow.xml (+2 -2),
eventsound.xml (+2 -2),
eventstatus.xml (+2 -2),
eventzdistance.xml (+2 -2)
-
editor/src/com/rafkind/paintown/animator:
CharacterAnimation.java (+40 -7),
DrawArea.java (+108 -6),
Player.java (+8 -1),
ProjectilePane.java (+6 -1)
-
editor/src/com/rafkind/paintown/animator/events:
AnimationEvent.java (+1 -1),
AttackEvent.java (+3 -3),
BBoxEvent.java (+3 -3),
CoordsEvent.java (+3 -3),
DelayEvent.java (+5 -7),
FaceEvent.java (+3 -3),
FrameEvent.java (+3 -3),
JumpEvent.java (+12 -21),
MoveEvent.java (+11 -19),
NopEvent.java (+2 -3),
OffsetEvent.java (+3 -3),
ProjectileEvent.java (+3 -3),
ShadowEvent.java (+3 -3),
SoundEvent.java (+3 -3),
StatusEvent.java (+3 -3),
TicketEvent.java (+2 -2),
ZDistanceEvent.java (+3 -3)
-
kazzmir
2008-10-30 20:21
#23
Rev.: 1149
-
25 lines of code changed in 2 files:
-
src/util:
bitmap.cpp (+23 -3),
bitmap.h (+2 -2)
-
kazzmir
2008-10-30 09:50
#22
Rev.: 1148
-
8 lines of code changed in 1 file:
-
kazzmir
2008-10-29 23:07
#21
Rev.: 1147
-
123 lines of code changed in 15 files:
-
TODO (+1 -1)
-
src:
game.cpp (+22 -16),
game.h (+2 -1),
globals.cpp (+2 -1),
init.cpp (+8 -1),
init.h (+3 -3),
loading.cpp (+8 -4),
select_player.cpp (+2 -2)
-
src/network:
chat_client.cpp (+12 -5),
chat_client.h (+3 -1),
client.cpp (+6 -4),
server.cpp (+11 -8)
-
src/object:
character.cpp (+2)
-
src/util:
bitmap.cpp (+35 -2),
bitmap.h (+6 -1)
-
juvinious
2008-10-28 10:27
#20
Rev.: 1146
-
8 lines of code changed in 2 files:
-
src/menu:
menu.h (+3 -2),
option_key.cpp (+5 -4)
-
kazzmir
2008-10-26 21:16
#19
Rev.: 1145
-
28 lines of code changed in 3 files:
-
SConstruct (+8 -1)
-
src:
game.cpp (+18 -3)
-
src/util:
funcs.cpp (+2 -3)
-
kazzmir
2008-10-25 08:39
#18
Rev.: 1144
-
5 lines of code changed in 1 file:
-
kazzmir
2008-10-24 20:38
#17
Rev.: 1143
-
1 lines of code changed in 1 file:
-
misc:
installer.nsi (+1 -1)
-
kazzmir
2008-10-24 18:35
#16
Rev.: 1142
-
94 lines of code changed in 4 files:
-
src/menu:
menu.cpp (+89 -84),
option_credits.cpp (+3 -3)
-
src/network:
client.cpp (+1 -1),
server.cpp (+1 -1)
-
kazzmir
2008-10-23 23:39
#15
Rev.: 1141
-
39 lines of code changed in 4 files:
-
src:
game.cpp (+23 -3),
init.cpp (+7 -1),
init.h (+2),
select_player.cpp (+7 -3)
-
juvinious
2008-10-22 07:52
#14
Rev.: 1140
-
0 lines of code changed in 1 file:
-
juvinious
2008-10-22 06:37
#13
Rev.: 1139
-
1 lines of code changed in 1 file:
-
cmake:
TestForPythonEmbed.cmake (+1 -1)
-
juvinious
2008-10-22 06:34
#12
Rev.: 1138
-
44 lines of code changed in 4 files:
-
CMakeLists.txt (+15 -4)
-
cmake:
CMakeMacros.cmake (+2 -1),
TestForPythonEmbed.c (new 7),
TestForPythonEmbed.cmake (new 20)
-
kazzmir
2008-10-20 21:27
#11
Rev.: 1137
-
16 lines of code changed in 1 file:
-
src/modules:
api.py (new 16)
-
kazzmir
2008-10-19 12:29
#10
Rev.: 1136
-
49 lines of code changed in 7 files:
-
SConstruct (+5 -6)
-
cmake:
FileList.cmake (+4)
-
src:
SConstruct (+1 -4),
script.cpp (new 10),
script.h (new 10)
-
src/modules:
python.cpp (new 9),
python.h (new 10)
-
kazzmir
2008-10-19 12:01
#9
Rev.: 1134
-
96 lines of code changed in 2 files:
-
SConstruct (+91 -80)
-
src:
SConstruct (+5 -2)
-
kazzmir
2008-10-18 22:00
#8
Rev.: 1133
-
9 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown/animator:
CharacterAnimation.java (+9 -1)
-
kazzmir
2008-10-18 21:46
#7
Rev.: 1132
-
85 lines of code changed in 5 files:
-
editor/resources/animator:
base.xml (+47 -20)
-
editor/src/com/rafkind/paintown/animator:
Animator.java (+1 -1),
DrawArea.java (+9 -7),
Player.java (+12 -4),
SpecialPanel.java (+16 -4)
-
kazzmir
2008-10-17 15:34
#6
Rev.: 1131
-
29 lines of code changed in 2 files:
-
README (+1),
SConstruct (+28 -1)
-
kazzmir
2008-10-17 08:41
#5
Rev.: 1130
-
1 lines of code changed in 1 file:
-
kazzmir
2008-10-15 21:10
#4
Rev.: 1129
-
1 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown/animator/events:
EventFactory.java (+1)
-
kazzmir
2008-10-14 13:35
#3
Rev.: 1128
-
1 lines of code changed in 1 file:
-
kazzmir
2008-10-12 18:32
#2
Rev.: 1127
-
1 lines of code changed in 1 file:
-
kazzmir
2008-10-12 18:15
#1
Rev.: 1125
-
5 lines of code changed in 1 file: