Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Issue 12579005: [nacltoons] Rename core classes in accordance with doc. (Closed)

Created:
7 years, 9 months ago by Sam Clegg
Modified:
7 years, 9 months ago
Reviewers:
noelallen1
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

[nacltoons] Rename core classes in accordance with doc. game_manager is now in charge of creating scenes, and moving between them. gameplay_scene used to do this but now we no longer subclass scene at all. physics_layer -> level_layer BUG= Committed: https://code.google.com/p/nativeclient-sdk/source/detail?r=1527

Patch Set 1 : #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -1088 lines) Patch
A nacltoons/bindings/level_layer.pkg View 1 1 chunk +8 lines, -0 lines 0 comments Download
A + nacltoons/bindings/lua_level_layer.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + nacltoons/bindings/lua_level_layer.cpp View 4 chunks +21 lines, -21 lines 0 comments Download
D nacltoons/bindings/lua_physics_layer.h View 1 chunk +0 lines, -12 lines 0 comments Download
D nacltoons/bindings/lua_physics_layer.cpp View 1 chunk +0 lines, -101 lines 0 comments Download
D nacltoons/bindings/physics_layer.pkg View 1 1 chunk +0 lines, -8 lines 0 comments Download
M nacltoons/game.mk View 1 chunk +4 lines, -3 lines 0 comments Download
M nacltoons/src/app_delegate.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M nacltoons/src/frontend.cc View 2 chunks +2 lines, -9 lines 0 comments Download
A nacltoons/src/game_manager.h View 1 chunk +38 lines, -0 lines 0 comments Download
A nacltoons/src/game_manager.cc View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
D nacltoons/src/gameplay_scene.h View 1 chunk +0 lines, -47 lines 0 comments Download
D nacltoons/src/gameplay_scene.cc View 1 chunk +0 lines, -121 lines 0 comments Download
A + nacltoons/src/level_layer.h View 1 2 3 chunks +9 lines, -8 lines 0 comments Download
A + nacltoons/src/level_layer.cc View 21 chunks +37 lines, -37 lines 0 comments Download
D nacltoons/src/physics_layer.h View 1 chunk +0 lines, -115 lines 0 comments Download
D nacltoons/src/physics_layer.cc View 1 chunk +0 lines, -522 lines 0 comments Download
A + nacltoons/src/ui_layer.h View 2 chunks +3 lines, -20 lines 0 comments Download
A + nacltoons/src/ui_layer.cc View 2 chunks +8 lines, -59 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sam Clegg
7 years, 9 months ago (2013-03-08 00:27:20 UTC) #1
noelallen1
A new name nits. WRT UILayer dereferencing GameManager, as we add the a generic UI ...
7 years, 9 months ago (2013-03-09 01:20:37 UTC) #2
noelallen1
lgtm
7 years, 9 months ago (2013-03-09 01:20:46 UTC) #3
Sam Clegg
https://codereview.chromium.org/12579005/diff/6001/nacltoons/src/game_manager.cc File nacltoons/src/game_manager.cc (right): https://codereview.chromium.org/12579005/diff/6001/nacltoons/src/game_manager.cc#newcode20 nacltoons/src/game_manager.cc:20: CCLayer* physics = LevelLayer::create(level_number_); On 2013/03/09 01:20:37, noelallen1 wrote: ...
7 years, 9 months ago (2013-03-09 01:35:13 UTC) #4
Sam Clegg
7 years, 9 months ago (2013-03-09 01:35:47 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r1527 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698