-
kazzmir
2008-12-31 23:58
#86
Rev.: 1283
-
40 lines of code changed in 9 files:
-
src/network:
client.cpp (+3 -3),
network_world.cpp (+7 -7),
network_world.h (+3 -2),
network_world_client.cpp (+13 -11),
network_world_client.h (+6 -5),
server.cpp (+1 -1)
-
src/object:
character.cpp (+1 -1),
character.h (+1 -1),
object.h (+5 -3)
-
kazzmir
2008-12-31 23:41
#85
Rev.: 1282
-
9 lines of code changed in 4 files:
-
src/network:
client.cpp (+2 -1),
network_world_client.cpp (+2 -2),
server.cpp (+3)
-
src/object:
player.cpp (+2 -2)
-
kazzmir
2008-12-31 21:40
#84
Rev.: 1281
-
36 lines of code changed in 7 files:
-
misc:
g++ (+9 -2),
gcc (+14 -2),
invoker.pl (new 9)
-
src/environment:
snow_atmosphere.cpp (+1 -1)
-
src/object:
network_player.cpp (+1 -1),
player.cpp (+1 -1)
-
src/util:
bitmap.cpp (+1 -1)
-
kazzmir
2008-12-31 20:01
#83
Rev.: 1280
-
2 lines of code changed in 2 files:
-
src/menu:
option_adventure.cpp (+1 -1),
option_adventure_cpu.cpp (+1 -1)
-
kazzmir
2008-12-31 19:44
#82
Rev.: 1279
-
6 lines of code changed in 1 file:
-
kazzmir
2008-12-31 19:38
#81
Rev.: 1278
-
7 lines of code changed in 1 file:
-
kazzmir
2008-12-31 18:05
#80
Rev.: 1277
-
26 lines of code changed in 2 files:
-
SConstruct (+25 -12)
-
src/modules:
python.cpp (+1 -1)
-
kazzmir
2008-12-31 17:23
#79
Rev.: 1276
-
8 lines of code changed in 1 file:
-
kazzmir
2008-12-31 16:55
#78
Rev.: 1274
-
32 lines of code changed in 2 files:
-
src/menu:
option_playmode.cpp (new 28),
option_playmode.h (new 4)
-
kazzmir
2008-12-31 16:55
#77
Rev.: 1273
-
16 lines of code changed in 5 files:
-
cmake:
FileList.cmake (+1)
-
src:
configuration.cpp (+2 -2)
-
src/menu:
menu_global.cpp (+8),
menu_global.h (+2),
optionfactory.cpp (+3)
-
kazzmir
2008-12-31 15:05
#76
Rev.: 1272
-
22 lines of code changed in 8 files:
-
src/object:
character.cpp (+4),
character.h (+2),
object.h (+2),
object_nonattack.cpp (+4),
object_nonattack.h (+1),
player.cpp (+4),
projectile.cpp (+4),
projectile.h (+1)
-
kazzmir
2008-12-31 13:44
#75
Rev.: 1271
-
104 lines of code changed in 8 files:
-
src:
configuration.cpp (+29 -1),
configuration.h (+8),
globals.cpp (+1),
globals.h (+1)
-
src/menu:
menu_global.cpp (+8),
menu_global.h (+6)
-
src/network:
client.cpp (+6 -3),
server.cpp (+45 -14)
-
kazzmir
2008-12-31 01:04
#74
Rev.: 1270
-
45 lines of code changed in 2 files:
-
src/environment:
snow_atmosphere.cpp (+39 -11),
snow_atmosphere.h (+6 -2)
-
kazzmir
2008-12-30 23:30
#73
Rev.: 1269
-
24 lines of code changed in 4 files:
-
src:
main-menu.cpp (+7 -7)
-
src/menu:
menu.cpp (+12 -6),
menu.h (+2 -2)
-
src/util:
tokenreader.cpp (+3 -1)
-
kazzmir
2008-12-30 20:53
#72
Rev.: 1268
-
23 lines of code changed in 1 file:
-
src/network:
network.cpp (+23 -2)
-
kazzmir
2008-12-30 14:40
#71
Rev.: 1267
-
3 lines of code changed in 2 files:
-
src/network:
server.cpp (+2 -1)
-
src/util:
font.h (+1 -1)
-
kazzmir
2008-12-30 14:18
#70
Rev.: 1266
-
84 lines of code changed in 4 files:
-
src/network:
network.cpp (+55 -10),
network.h (+11 -2),
network_world.cpp (+15),
network_world_client.cpp (+3)
-
kazzmir
2008-12-30 11:20
#69
Rev.: 1265
-
13 lines of code changed in 3 files:
-
src/network:
network.h (+2 -1),
network_world_client.cpp (+10 -6),
network_world_client.h (+1)
-
kazzmir
2008-12-30 10:44
#68
Rev.: 1264
-
36 lines of code changed in 2 files:
-
src/object:
object_messages.h (new 33),
versus_player.cpp (+3 -4)
-
kazzmir
2008-12-30 01:12
#67
Rev.: 1263
-
57 lines of code changed in 5 files:
-
src/object:
network_character.cpp (+7 -8),
network_player.cpp (+25),
network_player.h (+2),
player.cpp (+21),
player.h (+2)
-
kazzmir
2008-12-30 00:56
#66
Rev.: 1262
-
73 lines of code changed in 2 files:
-
src/object:
network_player.cpp (+66 -15),
network_player.h (+7)
-
kazzmir
2008-12-30 00:41
#65
Rev.: 1261
-
143 lines of code changed in 9 files:
-
cmake:
FileList.cmake (+1)
-
src/factory:
object_factory.cpp (+15),
object_factory.h (+2 -1)
-
src/network:
chat_server.h (+2 -1),
client.cpp (+6 -1),
server.cpp (+17 -16)
-
src/object:
character.h (+22 -24),
network_player.cpp (new 48),
network_player.h (new 30)
-
kazzmir
2008-12-30 00:03
#64
Rev.: 1260
-
53 lines of code changed in 6 files:
-
src/factory:
object_factory.cpp (+5 -5),
object_factory.h (+17 -12)
-
src/level:
block.cpp (+1 -1),
blockobject.cpp (+16 -13),
blockobject.h (+5 -4)
-
src/network:
network_world_client.cpp (+9 -3)
-
kazzmir
2008-12-29 23:43
#63
Rev.: 1259
-
10 lines of code changed in 3 files:
-
src:
world.h (+1)
-
src/object:
player.cpp (+7),
player.h (+2)
-
kazzmir
2008-12-29 23:27
#62
Rev.: 1258
-
53 lines of code changed in 11 files:
-
src:
versus_world.cpp (+1 -1),
world.cpp (+1 -1)
-
src/network:
network.cpp (+16 -4),
network.h (+2)
-
src/object:
character.cpp (+1 -1),
character.h (+1 -1),
object_attack.h (+3 -1),
player.cpp (+15 -2),
player.h (+11 -1),
projectile.cpp (+1 -1),
projectile.h (+1 -1)
-
kazzmir
2008-12-29 23:02
#61
Rev.: 1257
-
111 lines of code changed in 7 files:
-
README (-3)
-
src/network:
network_world_client.cpp (+1)
-
src/object:
character.cpp (+75 -69),
character.h (-9),
network_character.cpp (+12 -11),
object.cpp (+23 -22),
object.h (-3)
-
kazzmir
2008-12-28 20:10
#60
Rev.: 1256
-
13 lines of code changed in 2 files:
-
src:
SConstruct (+12 -1)
-
src/windows:
game.res (new 1)
-
kazzmir
2008-12-28 19:51
#59
Rev.: 1255
-
3 lines of code changed in 1 file:
-
kazzmir
2008-12-28 19:41
#58
Rev.: 1254
-
0 lines of code changed in 1 file:
-
kazzmir
2008-12-28 19:35
#57
Rev.: 1253
-
0 lines of code changed in 1 file:
-
kazzmir
2008-12-27 20:44
#56
Rev.: 1252
-
1 lines of code changed in 1 file:
-
kazzmir
2008-12-27 20:43
#55
Rev.: 1251
-
2 lines of code changed in 1 file:
-
kazzmir
2008-12-27 20:36
#54
Rev.: 1250
-
2 lines of code changed in 1 file:
-
kazzmir
2008-12-27 18:24
#53
Rev.: 1248
-
34 lines of code changed in 6 files:
-
src:
game.cpp (+11 -1),
select_player.cpp (+4)
-
src/object:
character.cpp (+1 -1),
player.cpp (+3),
player.h (+3 -2)
-
src/util:
bitmap.cpp (+12 -12)
-
kazzmir
2008-12-27 17:32
#52
Rev.: 1247
-
9 lines of code changed in 1 file:
-
src/object:
character.cpp (+9 -8)
-
kazzmir
2008-12-27 17:02
#51
Rev.: 1246
-
73 lines of code changed in 5 files:
-
src:
game.cpp (+35 -7),
world.cpp (+23 -1),
world.h (+2)
-
src/util:
bitmap.cpp (+11),
bitmap.h (+2)
-
kazzmir
2008-12-27 15:12
#50
Rev.: 1245
-
42 lines of code changed in 2 files:
-
src:
world.cpp (+28 -3),
world.h (+14)
-
kazzmir
2008-12-27 12:56
#49
Rev.: 1244
-
43 lines of code changed in 3 files:
-
src/menu:
option_background.cpp (+23 -20)
-
src/util:
bitmap.cpp (+17),
bitmap.h (+3)
-
kazzmir
2008-12-27 12:02
#48
Rev.: 1243
-
1 lines of code changed in 1 file:
-
src/util:
bitmap.cpp (+1 -1)
-
kazzmir
2008-12-27 11:28
#47
Rev.: 1242
-
7 lines of code changed in 1 file:
-
src/util:
bitmap.cpp (+7 -1)
-
kazzmir
2008-12-26 21:41
#46
Rev.: 1241
-
1 lines of code changed in 1 file:
-
src/util:
bitmap.cpp (+1 -1)
-
kazzmir
2008-12-26 18:44
#45
Rev.: 1240
-
3 lines of code changed in 1 file:
-
src/object:
character.cpp (+3 -3)
-
kazzmir
2008-12-26 18:35
#44
Rev.: 1238
-
4 lines of code changed in 2 files:
-
src/menu:
option_adventure.cpp (+1),
option_adventure_cpu.cpp (+3)
-
kazzmir
2008-12-26 14:46
#43
Rev.: 1237
-
7 lines of code changed in 2 files:
-
SConstruct (+4),
TODO (+3 -3)
-
kazzmir
2008-12-26 00:17
#42
Rev.: 1236
-
10 lines of code changed in 1 file:
-
src/object:
character.cpp (+10 -1)
-
kazzmir
2008-12-25 23:08
#41
Rev.: 1235
-
37 lines of code changed in 4 files:
-
Makefile (+1 -1)
-
src/object:
character.cpp (+22),
character.h (+9),
player.cpp (+5)
-
kazzmir
2008-12-25 22:43
#40
Rev.: 1234
-
14 lines of code changed in 3 files:
-
src/object:
character.cpp (+4 -3),
gib.cpp (+8 -5),
gib.h (+2 -2)
-
kazzmir
2008-12-25 22:26
#39
Rev.: 1233
-
50 lines of code changed in 6 files:
-
src:
world.cpp (+8),
world.h (+2)
-
src/level:
scene.cpp (+8 -1),
scene.h (+5)
-
src/modules:
api.py (+12 -3),
python.cpp (+15 -1)
-
kazzmir
2008-12-25 16:42
#38
Rev.: 1231
-
24 lines of code changed in 3 files:
-
src/object:
player.cpp (+5 -1)
-
src/util:
bitmap.cpp (+18 -1),
bitmap.h (+1)
-
kazzmir
2008-12-25 16:27
#37
Rev.: 1230
-
18 lines of code changed in 2 files:
-
src/object:
player.cpp (+15 -1),
player.h (+3 -1)
-
kazzmir
2008-12-25 16:15
#36
Rev.: 1228
-
32 lines of code changed in 2 files:
-
src/object:
player.cpp (+28),
player.h (+4)
-
kazzmir
2008-12-25 15:28
#35
Rev.: 1227
-
47 lines of code changed in 6 files:
-
src/factory:
object_factory.cpp (+4)
-
src/level:
block.cpp (+5),
block.h (+9),
blockobject.cpp (+6),
blockobject.h (+9)
-
src/object:
object.h (+14)
-
kazzmir
2008-12-25 14:43
#34
Rev.: 1226
-
43 lines of code changed in 4 files:
-
editor/resources:
block.xml (+5 -1)
-
editor/src/com/rafkind/paintown:
Editor.java (+3)
-
editor/src/com/rafkind/paintown/level:
Block.java (+18),
Level.java (+17)
-
kazzmir
2008-12-25 13:39
#33
Rev.: 1225
-
60 lines of code changed in 9 files:
-
editor/resources:
character.xml (+4),
item.xml (+4)
-
editor/src/com/rafkind/paintown:
CharacterEditor.java (+4),
ItemEditor.java (+4)
-
editor/src/com/rafkind/paintown/level:
Cat.java (+5 -4),
Character.java (+1),
Item.java (+1),
Level.java (+19),
Thing.java (+18)
-
kazzmir
2008-12-25 12:58
#32
Rev.: 1224
-
13 lines of code changed in 1 file:
-
src/modules:
python.cpp (+13 -6)
-
kazzmir
2008-12-25 12:24
#31
Rev.: 1223
-
48 lines of code changed in 7 files:
-
src:
game.cpp (+1),
script.cpp (+10 -3),
script.h (+2)
-
src/level:
scene.cpp (+5 -1)
-
src/modules:
api.py (+7),
python.cpp (+21),
python.h (+2 -1)
-
kazzmir
2008-12-25 10:48
#30
Rev.: 1222
-
0 lines of code changed in 1 file:
-
kazzmir
2008-12-25 10:48
#29
Rev.: 1221
-
4 lines of code changed in 1 file:
-
src/modules:
python.cpp (+4)
-
kazzmir
2008-12-25 00:17
#28
Rev.: 1220
-
53 lines of code changed in 6 files:
-
src:
world.cpp (+8),
world.h (+2)
-
src/level:
scene.cpp (+4),
scene.h (+2)
-
src/modules:
api.py (+7 -2),
python.cpp (+30 -7)
-
kazzmir
2008-12-24 23:24
#27
Rev.: 1219
-
17 lines of code changed in 1 file:
-
kazzmir
2008-12-24 23:06
#26
Rev.: 1218
-
123 lines of code changed in 11 files:
-
src:
SConstruct (+5),
game.cpp (+5),
script.cpp (+18),
script.h (+17),
world.cpp (+9),
world.h (+6)
-
src/level:
scene.cpp (+3),
scene.h (+6 -6)
-
src/modules:
api.py (+12 -16),
python.cpp (+35 -6),
python.h (+7)
-
kazzmir
2008-12-24 10:41
#25
Rev.: 1215
-
49 lines of code changed in 2 files:
-
editor/resources/animator:
eventdelay.xml (+15 -8)
-
editor/src/com/rafkind/paintown/animator/events:
DelayEvent.java (+34 -38)
-
kazzmir
2008-12-24 10:29
#24
Rev.: 1213
-
4 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown/animator:
Player.java (+4 -1)
-
kazzmir
2008-12-22 23:20
#23
Rev.: 1210
-
1 lines of code changed in 1 file:
-
kazzmir
2008-12-22 22:52
#22
Rev.: 1209
-
29 lines of code changed in 2 files:
-
editor/src/com/rafkind/paintown/animator:
CharacterAnimation.java (+16 -7),
Player.java (+13 -4)
-
kazzmir
2008-12-22 22:41
#21
Rev.: 1208
-
3 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown/animator:
CharacterAnimation.java (+3 -5)
-
kazzmir
2008-12-22 22:27
#20
Rev.: 1207
-
55 lines of code changed in 2 files:
-
editor/resources:
relative.xml (+54 -19)
-
editor/src/com/rafkind/paintown:
RelativeFileChooser.java (+1 -1)
-
kazzmir
2008-12-22 22:01
#19
Rev.: 1206
-
1 lines of code changed in 1 file:
-
kazzmir
2008-12-21 23:51
#18
Rev.: 1205
-
1139 lines of code changed in 8 files:
-
editor:
build.xml (+2 -2)
-
editor/resources/animator:
animation.xml (+106 -69),
base.xml (+64 -27),
context.xml (+2)
-
editor/src/com/rafkind/paintown/animator:
AnimatedObject.java (+2 -2),
Animator.java (+366 -366),
CharacterAnimation.java (+536 -510),
Player.java (+61 -4)
-
kazzmir
2008-12-21 09:03
#17
Rev.: 1204
-
3 lines of code changed in 1 file:
-
kazzmir
2008-12-21 09:01
#16
Rev.: 1203
-
0 lines of code changed in 1 file:
-
kazzmir
2008-12-20 18:09
#15
Rev.: 1202
-
93 lines of code changed in 1 file:
-
kazzmir
2008-12-20 17:59
#14
Rev.: 1201
-
16 lines of code changed in 1 file:
-
kazzmir
2008-12-20 17:25
#13
Rev.: 1200
-
1 lines of code changed in 1 file:
-
kazzmir
2008-12-20 16:47
#12
Rev.: 1199
-
20 lines of code changed in 2 files:
-
SConstruct (+19 -2)
-
src:
script.cpp (+1 -1)
-
kazzmir
2008-12-20 11:42
#11
Rev.: 1196
-
79 lines of code changed in 4 files:
-
src:
world.cpp (+1 -1)
-
src/object:
character.cpp (+6),
player.cpp (+70 -4),
player.h (+2)
-
kazzmir
2008-12-20 10:44
#10
Rev.: 1195
-
392 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown/animator:
Player.java (+392 -436)
-
kazzmir
2008-12-06 17:18
#9
Rev.: 1188
-
4 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor.java (+4 -3)
-
kazzmir
2008-12-06 14:13
#8
Rev.: 1186
-
16 lines of code changed in 1 file:
-
src/util:
lit_bitmap.h (new 16)
-
kazzmir
2008-12-06 14:12
#7
Rev.: 1185
-
0 lines of code changed in 2 files:
-
src/util:
lit_bitmap.cpp (del),
lit_bitmap.h (del)
-
kazzmir
2008-12-05 17:15
#6
Rev.: 1184
-
2 lines of code changed in 2 files:
-
src/network:
client.cpp (+1 -1),
network_world_client.cpp (+1 -1)
-
kazzmir
2008-12-05 09:40
#5
Rev.: 1183
-
0 lines of code changed in 1 file:
-
juvinious
2008-12-05 09:17
#4
Rev.: 1182
-
17 lines of code changed in 15 files:
-
src:
configuration.cpp (+2 -2),
main.cpp (+1 -1),
music.cpp (+1 -1),
test.cpp (+1 -1)
-
src/editor:
editor.cpp (+1 -1)
-
src/menu:
menutest.cpp (+1 -1),
option_credits.cpp (+1 -1),
option_network_host.cpp (+1),
option_network_join.cpp (+1)
-
src/network:
chat_server.cpp (+1 -1),
server.cpp (+2 -2)
-
src/util:
bitmap.cpp (+1 -1),
bitmap.h (+1 -1),
ftalleg.cpp (+1 -1),
ftalleg.h (+1 -1)
-
kazzmir
2008-12-03 22:06
#3
Rev.: 1181
-
3 lines of code changed in 1 file:
-
kazzmir
2008-12-02 22:29
#2
Rev.: 1180
-
1 lines of code changed in 1 file:
-
kazzmir
2008-12-02 22:28
#1
Rev.: 1179
-
10 lines of code changed in 1 file: