Directory src/game/

Directory Created:
2009-02-05 21:27
Directory Deleted:
2010-12-31 17:24
Total Files:
0
Deleted Files:
19
Lines of Code:
0

[root]/src/game

Lines of Code

src/game/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 213 (100.0%) 5204 (100.0%) 24.4
kazzmir 211 (99.1%) 5147 (98.9%) 24.3
juvinious 2 (0.9%) 57 (1.1%) 28.5

Most Recent Commits

kazzmir 2010-12-31 17:24 Rev.: 5162

move game to paintown-engine

0 lines of code changed in 19 files:

  • src/game: adventure_world.cpp (del), adventure_world.h (del), console.cpp (del), console.h (del), game.cpp (del), game.h (del), input-manager.cpp (del), input-manager.h (del), input-map.h (del), input.cpp (del), input.h (del), mod.cpp (del), mod.h (del), select_player.cpp (del), select_player.h (del), versus_world.cpp (del), versus_world.h (del), world.cpp (del), world.h (del)
kazzmir 2010-12-31 11:26 Rev.: 5159

add class to handle input events

80 lines of code changed in 1 file:

  • src/game: select_player.cpp (+80)
kazzmir 2010-12-30 23:12 Rev.: 5155

move object and level to paintown-engine

21 lines of code changed in 8 files:

  • src/game: adventure_world.cpp (+8 -8), adventure_world.h (+1 -1), game.cpp (+4 -4), game.h (+1 -1), mod.cpp (+1 -1), select_player.cpp (+4 -4), select_player.h (-5), versus_world.cpp (+2 -2)
kazzmir 2010-12-30 22:03 Rev.: 5147

move debug to util

1 lines of code changed in 1 file:

  • src/game: console.cpp (+1)
kazzmir 2010-12-30 20:55 Rev.: 5146

move versus world to game

192 lines of code changed in 2 files:

  • src/game: versus_world.cpp (new 159), versus_world.h (new 33)
kazzmir 2010-12-30 20:45 Rev.: 5145

move init to util

2 lines of code changed in 2 files:

  • src/game: game.cpp (+1 -1), select_player.cpp (+1 -1)
kazzmir 2010-12-30 20:09 Rev.: 5144

move loader to util

2 lines of code changed in 2 files:

  • src/game: game.cpp (+1 -1), select_player.cpp (+1 -1)
kazzmir 2010-12-30 15:23 Rev.: 5142

move music to util

1 lines of code changed in 1 file:

  • src/game: game.cpp (+1 -1)
kazzmir 2010-12-25 09:58 Rev.: 5075

show current memory usage

15 lines of code changed in 1 file:

  • src/game: game.cpp (+15)
kazzmir 2010-12-19 20:22 Rev.: 5022

use sdl joystick instead of wii joystick and fix events for the wii. use input events during the game, bind a joystick button to quit

68 lines of code changed in 1 file:

  • src/game: game.cpp (+68 -58)
kazzmir 2010-12-19 13:12 Rev.: 5019

remove the old loader completely. need to fix the network loaders

3 lines of code changed in 1 file:

  • src/game: game.cpp (+3 -4)
kazzmir 2010-12-18 20:15 Rev.: 5017

load the in-game menu data once

7 lines of code changed in 1 file:

  • src/game: game.cpp (+7 -4)
kazzmir 2010-12-18 20:10 Rev.: 5016

initialize player vector correctly

15 lines of code changed in 1 file:

  • src/game: game.cpp (+15 -11)
kazzmir 2010-12-17 17:30 Rev.: 5015

add ability to replay levels

71 lines of code changed in 2 files:

  • src/game: adventure_world.cpp (+40 -32), adventure_world.h (+31)
kazzmir 2010-12-12 20:40 Rev.: 5009

convert loader to get display characters

24 lines of code changed in 1 file:

  • src/game: select_player.cpp (+24 -7)
kazzmir 2010-12-12 17:56 Rev.: 5007

load game objects in a separate thread so the loading display can use the main thread -- required by Cocoa on OSX

117 lines of code changed in 2 files:

  • src/game: game.cpp (+116 -9), game.h (+1 -1)
kazzmir 2010-12-05 23:28 Rev.: 4990

use events in the select player screen

63 lines of code changed in 1 file:

  • src/game: select_player.cpp (+63 -49)
kazzmir 2010-12-05 22:52 Rev.: 4989

cleanup

5 lines of code changed in 2 files:

  • src/game: console.cpp (+3 -2), game.cpp (+2)
kazzmir 2010-12-05 20:35 Rev.: 4988

use input events for text input. fix translucency in the console

5 lines of code changed in 2 files:

  • src/game: console.cpp (+3 -2), game.cpp (+2 -2)
kazzmir 2010-12-05 18:10 Rev.: 4986

use input events

6 lines of code changed in 2 files:

  • src/game: game.cpp (+5 -3), game.h (+1 -1)
kazzmir 2010-12-03 16:42 Rev.: 4982

fix the key option

7 lines of code changed in 1 file:

  • src/game: game.cpp (+7 -1)
kazzmir 2010-11-28 22:03 Rev.: 4965

use text input for network client

0 lines of code changed in 1 file:

  • src/game: console.cpp (-65)
kazzmir 2010-11-28 20:45 Rev.: 4964

clean up console

10 lines of code changed in 2 files:

  • src/game: console.cpp (+4 -102), console.h (+6 -6)
kazzmir 2010-11-28 18:29 Rev.: 4963

make enter work in the console again

19 lines of code changed in 2 files:

  • src/game: console.cpp (+16 -1), console.h (+3 -1)
kazzmir 2010-11-27 17:30 Rev.: 4957

get unicode characters from the keyboard. make console use text-input

57 lines of code changed in 2 files:

  • src/game: console.cpp (+50 -5), console.h (+7 -5)
kazzmir 2010-11-27 14:36 Rev.: 4956

keep track of the keyboard ourselves

3 lines of code changed in 1 file:

  • src/game: game.cpp (+3 -3)
kazzmir 2010-11-14 13:00 Rev.: 4934

add Paintown namespace

114 lines of code changed in 7 files:

  • src/game: adventure_world.cpp (+44 -44), adventure_world.h (+17 -14), game.cpp (+14 -14), game.h (+9 -6), select_player.cpp (+13 -12), world.cpp (+2 -2), world.h (+15 -10)
kazzmir 2010-10-30 16:06 Rev.: 4920

header cleanup

4 lines of code changed in 2 files:

  • src/game: game.cpp (+3 -3), select_player.cpp (+1 -1)
kazzmir 2010-10-30 15:59 Rev.: 4919

move game.cpp/h to game/

1176 lines of code changed in 2 files:

  • src/game: game.cpp (new 1137), game.h (new 39)
kazzmir 2010-10-30 11:32 Rev.: 4918

move world to game/

179 lines of code changed in 2 files:

  • src/game: world.cpp (new 24), world.h (new 155)
kazzmir 2010-10-30 10:57 Rev.: 4917

move select_player to game/

496 lines of code changed in 2 files:

  • src/game: select_player.cpp (new 483), select_player.h (new 13)
kazzmir 2010-10-13 19:55 Rev.: 4868

add a view object to tokens so immutable tokens can still be parsed

6 lines of code changed in 1 file:

  • src/game: mod.cpp (+6 -6)
kazzmir 2010-07-18 18:07 Rev.: 4468

get remap bitmaps from the right place. copy animations appropriately

11 lines of code changed in 2 files:

  • src/game: mod.cpp (+7), mod.h (+4)
kazzmir 2010-07-18 13:42 Rev.: 4465

delegate bitmap creation to the mod

8 lines of code changed in 2 files:

  • src/game: mod.cpp (+5), mod.h (+3)
kazzmir 2010-07-17 22:18 Rev.: 4457

add searching capability to packfiles. search for openbor players

2 lines of code changed in 2 files:

  • src/game: mod.cpp (+1 -1), mod.h (+1 -1)
kazzmir 2010-07-17 16:58 Rev.: 4456

catch menu exception to change the mod

4 lines of code changed in 2 files:

  • src/game: mod.cpp (+1 -1), mod.h (+3 -3)
kazzmir 2010-07-11 15:17 Rev.: 4411

make selectPlayer a function of the mod

2 lines of code changed in 1 file:

  • src/game: mod.h (+2)
kazzmir 2010-07-11 15:02 Rev.: 4410

add different mod types for openbor/paintown

24 lines of code changed in 2 files:

  • src/game: mod.cpp (+18 -7), mod.h (+6 -1)
kazzmir 2010-07-04 15:01 Rev.: 4344

some cleanup. fix pause screen

3 lines of code changed in 1 file:

  • src/game: adventure_world.cpp (+3 -4)
kazzmir 2010-07-04 12:24 Rev.: 4339

print exception traces

1 lines of code changed in 1 file:

  • src/game: mod.cpp (+1 -1)

(71 more)

Generated by StatSVN 0.7.0