Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2009)

Issue 8645: Prospect patch FS#698 - Control the angle of items you drop.

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 5 months ago by Lanarel
Modified:
9 years, 4 months ago
Reviewers:
kougaro
CC:
planeshift-reviews_googlegroups.com
Base URL:
https://planeshift.svn.sourceforge.net/svnroot/planeshift/trunk/
Visibility:
Public.

Description

Patch by Kougaro to create a rotate command. Previous version have been tested, now some small changes are made (incremental rotation, rotating over single axis, reset, players only in guildhouses). THese changes not tested (because of local mess with patched files). Uploading now so it can be reviewed. I hope the patch works (it is a dos2unixed version of the paste site). Feature request: http://www.hydlaa.com/flyspray_upgrade/index.php?do=details&task_id=698

Patch Set 1 #

Patch Set 2 : New patch from latest revision. CHECK DB VERSION stuff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+466 lines, -152 lines) Patch
data/help.xml View 1 1 chunk +3 lines, -0 lines 1 comment Download
src/client/pscelclient.h View 1 1 chunk +4 lines, -1 line 0 comments Download
src/client/pscelclient.cpp View 1 2 chunks +11 lines, -1 line 0 comments Download
src/common/net/messages.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
src/common/net/messages.cpp View 1 4 chunks +7 lines, -1 line 0 comments Download
src/server/adminmanager.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
src/server/adminmanager.cpp View 1 3 chunks +140 lines, -0 lines 4 comments Download
src/server/bulkobjects/pscharacter.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
src/server/bulkobjects/psitem.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
src/server/bulkobjects/psitem.cpp View 1 7 chunks +27 lines, -5 lines 1 comment Download
src/server/creationmanager.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
src/server/database/mysql/command_access.sql View 1 2 chunks +13 lines, -0 lines 0 comments Download
src/server/database/mysql/item_instances.sql View 1 2 chunks +97 lines, -95 lines 0 comments Download
src/server/database/mysql/upgrade_schema.sql View 1 1 chunk +19 lines, -0 lines 1 comment Download
src/server/entitymanager.h View 1 2 chunks +3 lines, -1 line 0 comments Download
src/server/entitymanager.cpp View 1 8 chunks +16 lines, -6 lines 0 comments Download
src/server/gem.h View 1 11 chunks +31 lines, -18 lines 0 comments Download
src/server/gem.cpp View 1 15 chunks +67 lines, -16 lines 3 comments Download
src/server/usermanager.cpp View 1 2 chunks +11 lines, -5 lines 0 comments Download

Messages

Total messages: 5
Lanarel
15 years, 5 months ago (2008-11-11 13:44:49 UTC) #1
Lanarel
Ok, so patch does not work. I will make a new one from clean trunk ...
15 years, 5 months ago (2008-11-11 13:47:26 UTC) #2
Lanarel
Some comments. Only me nitpicking :) http://codereview.appspot.com/8645/diff/23/221 File data/help.xml (right): http://codereview.appspot.com/8645/diff/23/221#newcode168 Line 168: <topic name="/rotate">/rotate ...
15 years, 5 months ago (2008-11-11 14:39:52 UTC) #3
kougaro
Just two things : for the hardcoded thing, even with a check to instance=0, it ...
15 years, 5 months ago (2008-11-11 21:35:12 UTC) #4
Lanarel
15 years, 5 months ago (2008-11-11 21:42:18 UTC) #5
On 2008/11/11 21:35:12, kougaro wrote:
> Just two things :
> for the hardcoded thing, even with a check to instance=0, it will be
hardcoded,
> for now we need something hardcoded.
I like 'not instance 0' better than using a map name that is planeshift
specific, and will no longer work when there are different guildhouse maps, and
introduce a bug then ("why does it not work in my house!!")

> for the different namings, I think i did mainly so I don't get too confused.
The declaration in the headerfile uses xrot, it is just the function itself that
differs :)
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b