Commit Verlauf

Autor SHA1 Nachricht Datum
  Peter Robinson 5f78a091b2 Merge pull request #256 from greenfire27/FadeToBranch vor 10 Jahren
  Peter Robinson 83931dfec9 Added Fading Functionality vor 10 Jahren
  Peter Robinson 6222e5555e Added getPositionX and Y vor 10 Jahren
  Mike Lilligreen ce62ed54d9 Fixes for CollisionGroups and CollisionLayers vor 11 Jahren
  Mike Lilligreen 41c10da00f Replaced returning empty strings with null vor 12 Jahren
  Mike Lilligreen f597e8ad88 Fixed compile errors and warnings resulting from the Xcode 5.1 update vor 12 Jahren
  RichardRanft 23165babcf Addresses issue mentioned in http://www.garagegames.com/community/forums/viewthread/136064 - now returns the pSceneObjectCollider->getId() value instead of pSceneObjectCollider itself. vor 12 Jahren
  MichPerry-GG 21b86e342d Revert "Hand merging rnd branch, which is just Leap Motion support and input improvements. This will temporarily break the other platforms, which I will fix immediately." vor 12 Jahren
  MichPerry-GG 3067b33f48 Hand merging rnd branch, which is just Leap Motion support and input improvements. This will temporarily break the other platforms, which I will fix immediately. vor 12 Jahren
  William Lee Sims 1b4197fe03 Final fixes to polar velocity and aligned particles. vor 12 Jahren
  William Lee Sims 96b0a5e3c3 Merge branch 'development' of https://github.com/GarageGames/Torque2D into development vor 12 Jahren
  William Lee Sims 4de7c816af TorqueScript always uses degrees. Polar coordinates use the standard with 0 degrees along the postive X-axis and 90 degrees along the positive Y-axis. vor 12 Jahren
  lilligreen d68dc83b2f Cleanup files that did merge properly vor 12 Jahren
  lilligreen a3b5f9619b Merge branches 'doxygen' and 'downstream' of https://github.com/lilligreen/Torque2D into doxygen vor 12 Jahren
  Charles Patterson 9c2b026d3a updated xcode OSX project. vor 12 Jahren
  Charlie Patterson 9308e1e3ed converting a ton of ConsoleFunction's to ConsoleFunctionWithDocs. This often involves separating console functions into their own *_ScriptBinding.h file. This is probably half of them moved and 75% tested. vor 12 Jahren
  capnlove d7d5cfc35a Fixed Sceneobject.applyLinearImpulse. Minimum argument count changed to coincide with intended purpose vor 12 Jahren
  capnlove 0c0ccc24cc Fixed Sceneobject.applyForce. Minimum argument count changed to coincide with intended purpose vor 12 Jahren
  MelvMay-GG e5cae7a64a - Renamed "Colour" to "Color" for consistency. vor 12 Jahren
  MelvMay-GG 559048f25f - When retrieving the blend color from either a SceneObject or a CompositeSprite the raw color values are now returned by default however both methods have an optional flag to restore the previous functionality allow either a stock color or the raw-values as appropriate. vor 12 Jahren
  MelvMay-GG acfa1eb10f - Now when setting collision-groups or collision-layers you can use "off" or "none" to mean no collision groups/layers and "all" to mean all groups/layers (default). If using the methods "setCollisionGroups()" or "setCollisionLayers()" then you can omit any arguments which means "all" groups/layers. vor 13 Jahren
  MelvMay-GG b406e7d166 - Fixed bad commit. Didn't notice it hadn't compiled, sorry. vor 13 Jahren
  MelvMay-GG 69946bedb0 - Exposed the flag that controls whether a SceneObject is allowed to be picked or not. vor 13 Jahren
  MelvMay-GG 7cb605a054 - Removed SceneObject "getPositionX()" and "getPositionY()" as it can be replaced in script with field components of ".position.x" and ".position.y". vor 13 Jahren
  MelvMay-GG 7ed1f79dd3 - Reorganized controllers into a picking/grouped hierarchy. vor 13 Jahren
  MelvMay-GG 7bc97e4dea - You can now call "createPolygonBoxCollisionShape()" with no arguments which will create a box using the objects current size. vor 13 Jahren
  MelvMay-GG 8fe818eb4b - Removed obsolete "behavior()" method. vor 13 Jahren
  MelvMay-GG 39961aaa82 - Fixed typo in "MoveTo" script binding. Thanks to https://github.com/FastredB vor 13 Jahren
  MelvMay-GG d63a3db4bf - Scene controllers WIP. vor 13 Jahren
  MelvMay-GG 6f85f2ccdc - Updated contact gathering to take a no-contact point event into account as is the case for sensors. vor 13 Jahren