Week 0: Documentation – Tyler & Jordan Planning for the project – Tyler & Jordan Playtesting – Tyler & Jordan Setup blog for programmers – Tyler & Jordan
Week 1: Porting Grimwood into 1.2 – Tyler Dedicated Server – Tyler Work out a ‘style guide’ for stage 1’s – Tyler & Jordan Ported Menu Loading – Jordan Master Server – Jordan Dynamic Connections – Jordan Ported Player Saving – Jordan
Sean O'loughlin - Grimwood - 17/02/2012
ReplyDeleteList what you did:
-Getting my own sprint code to work with a energy bar.
List any problems you had:
-When first joining the level you cant move until you press the shift key.
Which files you changed:
-None used a test project
Steven Horvath - Current Oxygen Level (underwater) - Grimwood - 17/02/2012
ReplyDeleteList what you did:
- Created a gui for an oxygen counter
- client commands to increase/decrease the counter
List any problems you had:
- No vertical guiProgressCtrl (Graphical-only, fixing with C++ change)
Which files you changed:
Torquescript:
- scripts/client/client.cs (client commands above)
- scripts/client/init.cs (new GUI creator)
- scripts/server/player.cs ( Armour::onEnterLiquid(...) )
C++:
- gui/game/guiProgressCtrl.cpp (modify for vertical progress bar)
Which files you added:
Torquescript:
- art/gui/OxygenCounter.gui
C++
(none)
Forgot to mention,
Deletethese changes are still incomplete
Sean Oloughlin - Sprint - Grimwood - 24/02/2012
ReplyDeleteList what you did:
- got the sprint to work in grimwood
List any problems you had:
- cant get the energy bar to work (Mana bar goes down aswell)
Which files you changed:
Torquescript:
- scripts/client/default.binds.cs
- art/datablock/player.cs
- scripts/server/player.cs
still not complete
List what you did:
ReplyDelete- tryed to get sound to play
List any problems you had:
- sound would not play
Which files you changed:
Torquescript:
scripts\server\trigger
Week 0:
ReplyDeleteDocumentation – Tyler & Jordan
Planning for the project – Tyler & Jordan
Playtesting – Tyler & Jordan
Setup blog for programmers – Tyler & Jordan
Week 1:
Porting Grimwood into 1.2 – Tyler
Dedicated Server – Tyler
Work out a ‘style guide’ for stage 1’s – Tyler & Jordan
Ported Menu Loading – Jordan
Master Server – Jordan
Dynamic Connections – Jordan
Ported Player Saving – Jordan