Directory src/script/

Directory Created:
2009-01-04 16:40
Directory Deleted:
2011-04-16 11:29
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/src/script
            Folder removed from repo modules (0 files, 0 lines)

Lines of Code

src/script/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 46 (100.0%) 370 (100.0%) 8.0
kazzmir 45 (97.8%) 329 (88.9%) 7.3
juvinious 1 (2.2%) 41 (11.1%) 41.0

Most Recent Commits

kazzmir 2011-04-16 11:29 Rev.: 5456

move script to the paintown-engine

0 lines of code changed in 5 files:

  • src/script: CMakeLists.txt (del), character.h (del), object.h (del), script.cpp (del), script.h (del)
kazzmir 2010-12-30 23:12 Rev.: 5155

move object and level to paintown-engine

1 lines of code changed in 1 file:

  • src/script: script.cpp (+1 -1)
kazzmir 2010-12-30 22:03 Rev.: 5147

move debug to util

1 lines of code changed in 1 file:

  • src/script: script.cpp (+1)
kazzmir 2010-10-30 11:32 Rev.: 4918

move world to game/

10 lines of code changed in 1 file:

  • src/script: CMakeLists.txt (+10 -8)
kazzmir 2010-03-05 23:40 Rev.: 3772

merge new filesystem stuff from branches/path to trunk

5 lines of code changed in 2 files:

  • src/script: script.cpp (+2 -2), script.h (+3 -1)
kazzmir 2009-11-11 22:18 Rev.: 2650

dont include all the src directories in cmake

1 lines of code changed in 1 file:

  • src/script: CMakeLists.txt (+1 -1)
juvinious 2009-11-11 14:10 Rev.: 2643

Added CMakeLists.txt for scripts directory

41 lines of code changed in 1 file:

  • src/script: CMakeLists.txt (new 41)
kazzmir 2009-10-17 12:05 Rev.: 2538

* remove more invalid const's
* change network id to 32 bits. not backwards compatible with previous versions the network protocol.

2 lines of code changed in 2 files:

  • src/script: script.cpp (+1 -1), script.h (+1 -1)
kazzmir 2009-05-31 13:23 Rev.: 1988

start to make a ruby module interface

9 lines of code changed in 1 file:

  • src/script: script.cpp (+9)
kazzmir 2009-05-29 08:33 Rev.: 1981

add stub ruby interface

3 lines of code changed in 1 file:

  • src/script: script.h (+3)
kazzmir 2009-01-05 18:40 Rev.: 1372

create a script object for players

6 lines of code changed in 2 files:

  • src/script: script.cpp (+4), script.h (+2)
kazzmir 2009-01-05 11:32 Rev.: 1358

add scripting documentation

1 lines of code changed in 1 file:

  • src/script: script.h (+1)
kazzmir 2009-01-05 10:52 Rev.: 1356

remove the need for proxy script objects

27 lines of code changed in 4 files:

  • src/script: character.h (+3 -1), object.h (+3 -2), script.cpp (+15 -3), script.h (+6 -6)
kazzmir 2009-01-05 00:05 Rev.: 1352

add callback for collision

14 lines of code changed in 3 files:

  • src/script: object.h (+1), script.cpp (+11), script.h (+2)
kazzmir 2009-01-04 23:54 Rev.: 1351

add header file

1 lines of code changed in 1 file:

  • src/script: object.h (new 1)
kazzmir 2009-01-04 21:55 Rev.: 1348

add a callback for taking damage. clean other things up

33 lines of code changed in 3 files:

  • src/script: character.h (+4 -12), script.cpp (+25 -6), script.h (+4 -2)
kazzmir 2009-01-04 20:41 Rev.: 1347

add setHealth to the script api

5 lines of code changed in 2 files:

  • src/script: character.h (+3 -3), script.cpp (+2 -4)
kazzmir 2009-01-04 20:25 Rev.: 1346

character calls tick on the script object

18 lines of code changed in 3 files:

  • src/script: character.h (+9 -1), script.cpp (+7), script.h (+2)
kazzmir 2009-01-04 19:58 Rev.: 1345

create/manage the character script proxy object

22 lines of code changed in 3 files:

  • src/script: character.h (new 21), script.cpp (+1), script.h (-13)
kazzmir 2009-01-04 19:25 Rev.: 1343

provide a proxy class for character between the script engine and the game engine

29 lines of code changed in 2 files:

  • src/script: script.cpp (+17 -1), script.h (+12)
kazzmir 2009-01-04 18:42 Rev.: 1342

add a resource manager for sounds

18 lines of code changed in 2 files:

  • src/script: script.cpp (+10), script.h (+8)
kazzmir 2009-01-04 17:20 Rev.: 1340

make the engine a singleton

26 lines of code changed in 2 files:

  • src/script: script.cpp (+18 -3), script.h (+8 -1)
kazzmir 2009-01-04 16:40 Rev.: 1335

move script stuff to its own directory

97 lines of code changed in 2 files:

  • src/script: script.cpp (new 50), script.h (new 47)
Generated by StatSVN 0.7.0