-
kazzmir
2011-04-29 16:11
#43
Rev.: 5489
-
2 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown/animator:
Animator2.scala (new 2)
-
kazzmir
2011-04-28 20:28
#42
Rev.: 5488
-
10 lines of code changed in 1 file:
-
editor:
build.xml (+10 -9)
-
kazzmir
2011-04-28 08:25
#41
Rev.: 5487
-
8 lines of code changed in 1 file:
-
kazzmir
2011-04-27 21:48
#40
Rev.: 5486
-
2 lines of code changed in 2 files:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+1 -1)
-
editor/src/com/rafkind/paintown/animator:
Animator.java (+1 -1)
-
kazzmir
2011-04-27 21:29
#39
Rev.: 5485
-
1 lines of code changed in 1 file:
-
kazzmir
2011-04-27 10:36
#38
Rev.: 5484
-
2 lines of code changed in 1 file:
-
src/paintown-engine/object:
animation.cpp (+2 -2)
-
kazzmir
2011-04-27 09:14
#37
Rev.: 5483
-
36 lines of code changed in 10 files:
-
src/paintown-engine/game:
game.cpp (+1)
-
src/paintown-engine/object:
character.cpp (+4 -4),
character.h (+4 -4),
player-common.cpp (new),
player-common.h (new),
player.cpp (+9 -5),
player.h (+4 -4)
-
src/util:
thread.h (+6 -1)
-
kazzmir
2011-04-26 21:54
#36
Rev.: 5482
-
6 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+6 -4)
-
kazzmir
2011-04-26 15:52
#35
Rev.: 5481
-
145 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+145 -155)
-
kazzmir
2011-04-26 14:37
#34
Rev.: 5480
-
102 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+102 -107)
-
kazzmir
2011-04-25 21:50
#33
Rev.: 5479
-
53 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+53 -60)
-
kazzmir
2011-04-25 17:03
#32
Rev.: 5478
-
170 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+170 -121)
-
kazzmir
2011-04-25 14:45
#31
Rev.: 5477
-
81 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+81 -70)
-
kazzmir
2011-04-24 21:21
#30
Rev.: 5476
-
137 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+137 -128)
-
kazzmir
2011-04-24 17:39
#29
Rev.: 5475
-
117 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+117 -109)
-
kazzmir
2011-04-24 13:59
#28
Rev.: 5474
-
91 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+91 -74)
-
kazzmir
2011-04-24 11:23
#27
Rev.: 5473
-
50 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+50 -55)
-
kazzmir
2011-04-24 10:17
#26
Rev.: 5472
-
1368 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor2.scala (+1368 -100)
-
kazzmir
2011-04-23 17:07
#25
Rev.: 5471
-
264 lines of code changed in 4 files:
-
editor:
build.xml (+3 -4)
-
editor/src/com/rafkind/paintown:
CloseHook.java (+4 -4),
Editor.java (+1 -1),
Editor2.scala (+256 -1)
-
kazzmir
2011-04-23 12:50
#24
Rev.: 5470
-
32 lines of code changed in 6 files:
-
editor:
build.xml (+25 -3)
-
editor/lib:
scala-compiler.jar (new),
scala-library.jar (new)
-
editor/src/com/rafkind/paintown:
Editor.scala (del),
Editor2.scala (new 7)
-
editor/src/org/swixml/converters:
InputEvent.java (-2)
-
kazzmir
2011-04-22 14:37
#23
Rev.: 5469
-
7 lines of code changed in 1 file:
-
editor/src/com/rafkind/paintown:
Editor.scala (new 7)
-
kazzmir
2011-04-22 12:48
#22
Rev.: 5468
-
34 lines of code changed in 2 files:
-
src/openbor:
SConstruct (new 22),
extract.cpp (+12)
-
kazzmir
2011-04-22 09:15
#21
Rev.: 5467
-
17 lines of code changed in 1 file:
-
src/util:
pointer.h (+17 -3)
-
kazzmir
2011-04-21 20:45
#20
Rev.: 5466
-
425 lines of code changed in 27 files:
-
cmake:
FileList.cmake (+2 -2)
-
src/factory:
collector.cpp (+2 -2),
heart_factory.cpp (del),
heart_factory.h (del),
object_factory.cpp (del),
object_factory.h (del)
-
src/paintown-engine/factory:
heart_factory.cpp (new 52),
heart_factory.h (new 28),
object_factory.cpp (new 228),
object_factory.h (new 66)
-
src/paintown-engine/game:
game.cpp (+2 -2)
-
src/paintown-engine/level:
block.cpp (+1 -1),
blockobject.cpp (+1 -1),
blockobject.h (+1 -1),
cacher.cpp (+1 -1)
-
src/paintown-engine/network:
cacher.cpp (+3 -3),
client.cpp (+10 -10),
network_world_client.cpp (+4 -4),
server.cpp (+10 -10)
-
src/paintown-engine/object:
enemy.cpp (+1 -1)
-
src/paintown-engine/script/modules:
python.cpp (+1 -1)
-
src/test/menu:
SConstruct (+2 -2)
-
src/test/mugen:
SConstruct (+4 -4)
-
src/test/paintown:
SConstruct (+6 -6)
-
kazzmir
2011-04-21 19:26
#19
Rev.: 5465
-
87 lines of code changed in 9 files:
-
cmake:
FileList.cmake (+1 -1)
-
src/factory:
shadow.cpp (del),
shadow.h (del)
-
src/paintown-engine/factory:
shadow.cpp (new 51),
shadow.h (new 28)
-
src/paintown-engine/object:
character.cpp (+1 -1)
-
src/test/menu:
SConstruct (+1 -1)
-
src/test/mugen:
SConstruct (+2 -2)
-
src/test/paintown:
SConstruct (+3 -3)
-
kazzmir
2011-04-20 17:02
#18
Rev.: 5463
-
6 lines of code changed in 2 files:
-
src/mugen:
animation.cpp (+4 -1)
-
src/test/mugen:
run-match.cpp (+2)
-
kazzmir
2011-04-20 10:28
#17
Rev.: 5462
-
2 lines of code changed in 1 file:
-
src:
main-menu.cpp (+2 -4)
-
kazzmir
2011-04-19 15:30
#16
Rev.: 5461
-
121 lines of code changed in 3 files:
-
src:
main-menu.cpp (+97 -34)
-
src/paintown-engine/network:
client.cpp (+17 -12),
client.h (+7)
-
kazzmir
2011-04-18 15:48
#15
Rev.: 5460
-
2 lines of code changed in 1 file:
-
kazzmir
2011-04-17 11:29
#14
Rev.: 5459
-
31 lines of code changed in 1 file:
-
src/mugen:
state-controller.cpp (+31 -1)
-
kazzmir
2011-04-17 11:08
#13
Rev.: 5458
-
10 lines of code changed in 6 files:
-
src/test/menu:
SConstruct (+1 -1),
init.cpp (+1 -1)
-
src/test/mugen:
SConstruct (+3 -3),
init.cpp (+1 -1)
-
src/test/paintown:
SConstruct (+3 -3),
init.cpp (+1 -1)
-
kazzmir
2011-04-16 11:41
#12
Rev.: 5457
-
0 lines of code changed in 2 files:
-
src/paintown-engine/script:
CMakeLists.txt (changed)
-
kazzmir
2011-04-16 11:29
#11
Rev.: 5456
-
636 lines of code changed in 30 files:
-
CMakeLists.txt (+3 -3),
SConstruct (+2 -2)
-
cmake:
FileList.cmake (+2 -2)
-
src/factory:
object_factory.cpp (+1 -1)
-
src/paintown-engine/game:
adventure_world.cpp (+9 -9),
game.cpp (+4 -4)
-
src/paintown-engine/level:
scene.cpp (+1 -1)
-
src/paintown-engine/network:
network_world.cpp (+6 -6),
network_world_client.cpp (+7 -7)
-
src/paintown-engine/object:
character.cpp (+1 -1),
object.cpp (+1 -1)
-
src/paintown-engine/script/modules:
python.cpp (new),
python.h (new),
ruby.h (+35)
-
src/platformer:
game.cpp (-1)
-
src/script:
CMakeLists.txt (del),
character.h (del),
object.h (del),
script.cpp (del),
script.h (del)
-
src/script/modules:
paintown.py (del),
paintown.rb (del),
python.cpp (del),
python.h (del),
ruby.cpp (del),
ruby.h (del)
-
src/util:
init.cpp (-1)
-
kazzmir
2011-04-14 12:16
#10
Rev.: 5455
-
9 lines of code changed in 3 files:
-
src/util:
events.cpp (+5 -5),
init.cpp (+3 -3),
init.h (+1 -1)
-
juvinious
2011-04-14 12:12
#9
Rev.: 5454
-
11 lines of code changed in 1 file:
-
src/platformer:
game.cpp (+11 -86)
-
juvinious
2011-04-14 12:01
#8
Rev.: 5453
-
100 lines of code changed in 1 file:
-
src/platformer:
game.cpp (+100 -4)
-
kazzmir
2011-04-13 17:21
#7
Rev.: 5452
-
143 lines of code changed in 1 file:
-
src/mugen:
stage.cpp (+143 -5)
-
kazzmir
2011-04-13 15:03
#6
Rev.: 5451
-
151 lines of code changed in 1 file:
-
src/mugen:
character-select.cpp (+151 -20)
-
kazzmir
2011-04-03 21:04
#5
Rev.: 5450
-
2 lines of code changed in 1 file:
-
src/paintown-engine/game:
select_player.cpp (+2 -2)
-
kazzmir
2011-04-03 21:00
#4
Rev.: 5449
-
100 lines of code changed in 1 file:
-
src/paintown-engine/game:
select_player.cpp (+100 -73)
-
kazzmir
2011-04-03 15:51
#3
Rev.: 5448
-
386 lines of code changed in 7 files:
-
src/mugen:
character-select.cpp (+5 -5),
stage.cpp (+4 -4)
-
src/paintown-engine/game:
select_player.cpp (+364 -69)
-
src/platformer:
game.cpp (+4 -4)
-
src/util:
events.cpp (+5 -5),
init.cpp (+3 -3),
init.h (+1 -1)
-
kazzmir
2011-04-03 12:36
#2
Rev.: 5447
-
13 lines of code changed in 3 files:
-
src/paintown-engine/network:
chat_server.cpp (+2 -3),
chat_server.h (+3 -2)
-
src/util:
pointer.h (+8)
-
kazzmir
2011-04-02 20:54
#1
Rev.: 5446
-
317 lines of code changed in 5 files:
-
src/paintown-engine/network:
chat_server.cpp (+271 -98),
chat_server.h (+13 -13)
-
src/util:
thread.cpp (+16),
thread.h (+13)
-
src/util/gui:
lineedit.cpp (+4 -2)