From: Bitbucket <com...@bi...> - 2013-05-21 10:45:25
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/56a86dbe9821/ Changeset: 56a86dbe9821 User: iarwain Date: 2013-05-21 12:25:28 Summary: - Added ownerGUID to base orxSTRUCTURE - Added orxStructure_SetOwner() & orxStructure_GetOwner() - Updated orxAnim to use new ownership for stored keys Affected #: 4 files https://bitbucket.org/orx/orx/commits/bd10f266ac5f/ Changeset: bd10f266ac5f User: iarwain Date: 2013-05-21 12:45:08 Summary: - Removed orxSpawner_GetOwner() & orxSpawner_SetOwner() - Updated Spawner module to use new structure ownership - Updated orxObject module to user new ownership for internally linked structures (still need to modify other aspects) - Default structure owner GUID is set to orxU64_UNDEFINED Affected #: 4 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-06-01 11:45:15
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/079cecb28f7d/ Changeset: 079cecb28f7d User: iarwain Date: 2013-06-01 09:40:22 Summary: - Updated doxygen file Affected #: 1 file https://bitbucket.org/orx/orx/commits/55222c7c3b3f/ Changeset: 55222c7c3b3f User: iarwain Date: 2013-06-01 13:43:23 Summary: - Fixed issue #39: implemented MRT support - Added support for MRT in the low-level display code - Replaced orxDisplay_SetDestinationBitmap with orxDisplay_SetDestinationBitmaps - Added high-level control of MRT via viewport configuration - Added 2 specific config values: Display.TextureUnitNumber & Display.DrawBufferNumber to expose some hardware features - Updated iOS, Android and GLFW display plugins accordingly - Home render plugin will now optionally restore screen as destination after rendering viewports (controlled via orxRENDER_EVENT_STOP return value) - Minor comment updates Affected #: 32 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-06-07 21:47:42
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/600c5945f95b/ Changeset: 600c5945f95b User: Sergei Gnezdov Date: 2013-06-07 22:35:34 Summary: orxResource (.h and .c) files had invalid relative reference. Affected #: 1 file https://bitbucket.org/orx/orx/commits/5c7788c03840/ Changeset: 5c7788c03840 User: Sergei Gnezdov Date: 2013-06-07 23:36:44 Summary: updated orxResource (.h, .c) to reference its parent in the same way orxLocale and other files in the same directory do. Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-06-10 10:37:38
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/34aae3be27b3/ Changeset: 34aae3be27b3 User: iarwain Date: 2013-06-10 12:22:43 Summary: - Removed fixed pipeline use from GLFW display shader (it now uses a default shader) - Optimized texture bindings in GLFW display plugin (reusing as much as possible all texture units) - Fixed GLFW display plugin when shaders are not supported - Updated orxFLOAT_MAX + added orxDOUBLE_0/orxDOUBLE_1/orxDOUBLE_MAX + updated code accordingly Affected #: 7 files https://bitbucket.org/orx/orx/commits/34f1950d075c/ Changeset: 34f1950d075c User: iarwain Date: 2013-06-10 12:37:21 Summary: - Fixed update of default shader in GLFW display plugin Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-06-13 23:04:59
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/dced56b75873/ Changeset: dced56b75873 Branch: orx_file_info User: gr...@o2.pl Date: 2013-06-14 00:07:36 Summary: Fix for orxFile_GetInfo read_only attribute extraction for linux Affected #: 1 file https://bitbucket.org/orx/orx/commits/104adda16d44/ Changeset: 104adda16d44 User: iarwain Date: 2013-06-14 01:04:50 Summary: Merged in graag/orx/orx_file_info (pull request #77) Fix for orxFile_GetInfo read_only attribute extraction @ linux Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-06-15 11:48:37
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/d1442a38a2ec/ Changeset: d1442a38a2ec Branch: orx_file_info User: iarwain Date: 2013-06-15 10:05:47 Summary: Close orx_file_info branch Affected #: 0 files https://bitbucket.org/orx/orx/commits/7b352661e6cf/ Changeset: 7b352661e6cf User: iarwain Date: 2013-06-15 13:48:30 Summary: - Fixed return value in orxResource_ReloadStorage(), thanks to Graag for pointing it out Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-06-16 23:12:40
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/7d6159893cdf/ Changeset: 7d6159893cdf User: iarwain Date: 2013-06-17 01:10:35 Summary: - Updated an assert which was too restrictive in orxClock.c Affected #: 1 file https://bitbucket.org/orx/orx/commits/f643a26b5281/ Changeset: f643a26b5281 Branch: mingw-gcc-4.7.2 User: iarwain Date: 2013-06-17 01:11:48 Summary: - Updated all MinGW external binaries with gcc 4.7.2 Affected #: 7 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-06-22 12:09:55
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/ee2bc37bd0d1/ Changeset: ee2bc37bd0d1 User: iarwain Date: 2013-06-21 23:25:33 Summary: - Added orxBody_SetFixedRotation() and orxBody_HasFixedRotation() + dependencies, powered by epoulsen Affected #: 6 files https://bitbucket.org/orx/orx/commits/8b117b052c6e/ Changeset: 8b117b052c6e User: iarwain Date: 2013-06-22 14:09:05 Summary: - Updated .hgignore Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-06-29 08:28:47
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/4e0c56f51390/ Changeset: 4e0c56f51390 User: loki666 Date: 2013-06-29 10:26:30 Summary: android: display plugin, fix GetBitmapData Affected #: 1 file https://bitbucket.org/orx/orx/commits/b9678e0fddcf/ Changeset: b9678e0fddcf User: loki666 Date: 2013-06-29 10:28:36 Summary: Merged in loki666/orx (pull request #81) android: display plugin, fix GetBitmapData Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-08-03 09:51:22
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/5b3af2f78354/ Changeset: 5b3af2f78354 User: loki666 Date: 2013-08-03 10:33:41 Summary: android: update ClearBitmap Affected #: 1 file https://bitbucket.org/orx/orx/commits/28d4fea90ddb/ Changeset: 28d4fea90ddb User: loki666 Date: 2013-08-03 11:50:21 Summary: android: display track video memory Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-01 00:51:30
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/5ea903a1ab93/ Changeset: 5ea903a1ab93 User: iarwain Date: 2013-09-01 00:29:55 Summary: - Fixed viewport's texture not being used when the viewport didn't have a camera and was using a shader for rendering Affected #: 1 file https://bitbucket.org/orx/orx/commits/3ba1863349eb/ Changeset: 3ba1863349eb User: iarwain Date: 2013-09-01 02:51:17 Summary: - Made sure viewport that render using shaders (without camera) will update correctly background color and scissor when being rendered - Reverted viewport rendering order (previously was opposite of creation order, now it's creation order) - Updated orxRender_GetWorldPosition() & orxRender_GetScreenPosition() to use the most recent (ie. last) viewport instead of first - Don't consider disabled viewports or those without cameras in the two aforementioned functions - Updated tutorial #5 (viewport) to comply with those changes Affected #: 3 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-02 03:55:37
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/d049faa56a0b/ Changeset: d049faa56a0b Branch: string-id User: iarwain Date: 2013-09-01 21:01:32 Summary: - Optimized all config value replacements Affected #: 1 file https://bitbucket.org/orx/orx/commits/34f71b1f2a4c/ Changeset: 34f71b1f2a4c Branch: string-id User: iarwain Date: 2013-09-02 05:55:20 Summary: - Added missing include for size_t definition in orxDecl.h - Removed unnecessary cast in orxShader.c Affected #: 2 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-03 07:38:23
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/4562fe0aedcd/ Changeset: 4562fe0aedcd User: loki666 Date: 2013-09-03 09:31:15 Summary: android: catch up with latest fix from iOS Affected #: 1 file https://bitbucket.org/orx/orx/commits/4b89c8dafaa7/ Changeset: 4b89c8dafaa7 User: loki666 Date: 2013-09-03 09:36:24 Summary: android: oops Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-04 02:35:49
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/52e66ab9ab3a/ Changeset: 52e66ab9ab3a Branch: string-id User: iarwain Date: 2013-09-04 04:35:01 Summary: Close string-id branch Affected #: 0 files https://bitbucket.org/orx/orx/commits/74dd53719ea2/ Changeset: 74dd53719ea2 User: iarwain Date: 2013-09-04 04:35:18 Summary: - Merged with string-id Affected #: 37 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-07 02:55:59
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/aed7abbf54c7/ Changeset: aed7abbf54c7 User: iarwain Date: 2013-09-07 04:55:04 Summary: - Moved README to README.md + updated it to use markdown Affected #: 2 files https://bitbucket.org/orx/orx/commits/1b7937e1b747/ Changeset: 1b7937e1b747 User: iarwain Date: 2013-09-07 04:55:28 Summary: - Fixed warnings pointed out by cppcheck (static analysis) Affected #: 21 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-10 15:51:54
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/197ad0868f7d/ Changeset: 197ad0868f7d User: loki666 Date: 2013-09-10 16:44:38 Summary: android: get ready for MRT, cf TODOs Affected #: 2 files https://bitbucket.org/orx/orx/commits/43a045659af3/ Changeset: 43a045659af3 User: loki666 Date: 2013-09-10 17:51:36 Summary: Merged in loki666/orx (pull request #95) android: get ready for MRT, cf TODOs Affected #: 2 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-10 20:31:49
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/dbc17fa863e8/ Changeset: dbc17fa863e8 User: loki666 Date: 2013-09-10 22:21:04 Summary: android: fix SetVideoMode Affected #: 1 file https://bitbucket.org/orx/orx/commits/e09203fd6cbf/ Changeset: e09203fd6cbf User: loki666 Date: 2013-09-10 22:27:35 Summary: android: oops Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-13 07:22:12
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/6c9dc2147327/ Changeset: 6c9dc2147327 User: loki666 Date: 2013-09-13 09:16:25 Summary: android: small insignificants chages Affected #: 1 file https://bitbucket.org/orx/orx/commits/892f9c065f37/ Changeset: 892f9c065f37 User: loki666 Date: 2013-09-13 09:21:55 Summary: Merged in loki666/orx (pull request #101) android: small insignificants chages Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-20 11:25:25
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/3696219951c1/ Changeset: 3696219951c1 User: loki666 Date: 2013-09-20 12:21:40 Summary: android: use cpufeatures lib from ndk Affected #: 8 files https://bitbucket.org/orx/orx/commits/6df62dbe59c4/ Changeset: 6df62dbe59c4 User: loki666 Date: 2013-09-20 13:21:42 Summary: commit changes to openal-soft repos Affected #: 11 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-24 02:37:26
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/ef34d3e3adb2/ Changeset: ef34d3e3adb2 User: iarwain Date: 2013-09-24 04:29:12 Summary: - Added command: Command.Echo + alias - Minor changes to orxCommand_Process() Affected #: 1 file https://bitbucket.org/orx/orx/commits/5613dfd64d09/ Changeset: 5613dfd64d09 User: iarwain Date: 2013-09-24 04:37:21 Summary: - Added commands: Command.GetStringID & Command.GetStringFromID + String.* aliases Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-27 04:44:41
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/3fc9d749c8d6/ Changeset: 3fc9d749c8d6 User: iarwain Date: 2013-09-27 06:37:27 Summary: - Added orxFile_GetTime() to access last modification timestamp - All sizes & timestamps in orxFile are now 64bit (solves Y38 + 2GiB size limit) - Modified all size-related functions of orxResource interface to support 64bit - Updated all the internal calls accordingly Affected #: 13 files https://bitbucket.org/orx/orx/commits/f10df5e1ea84/ Changeset: f10df5e1ea84 User: iarwain Date: 2013-09-27 06:44:34 Summary: - Updated orxFile_Read() & orxFile_Write() to support 64bit + updated all calls Affected #: 5 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-10 06:08:30
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/6deeb30cef88/ Changeset: 6deeb30cef88 User: iarwain Date: 2013-10-10 08:06:46 Summary: Backed out changeset: b8daeb9ebc1f: Non-embedded versions are used by tools Affected #: 1 file https://bitbucket.org/orx/orx/commits/d007a298452a/ Changeset: d007a298452a User: iarwain Date: 2013-10-10 08:08:21 Summary: - Minor cosmetic update in orxTexture.c Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-25 12:04:07
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/8870483211d4/ Changeset: 8870483211d4 User: loki666 Date: 2013-10-25 14:00:28 Summary: android: small refactoring orx orxAndroid_Display_CreateContext() Affected #: 1 file https://bitbucket.org/orx/orx/commits/b719cf61da65/ Changeset: b719cf61da65 User: loki666 Date: 2013-10-25 14:01:46 Summary: merge with upstream Affected #: 74 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-31 21:47:17
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/77392bb9a2bc/ Changeset: 77392bb9a2bc User: loki666 Date: 2013-10-31 22:41:57 Summary: android: refactor orx thread in a retained Fragment Affected #: 3 files https://bitbucket.org/orx/orx/commits/7c2c2461e388/ Changeset: 7c2c2461e388 User: loki666 Date: 2013-10-31 22:43:32 Summary: android: remove native debug logs Affected #: 1 file Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-20 10:03:36
|
2 new commits in orx: https://bitbucket.org/orx/orx/commits/ba1caaa8da0a/ Changeset: ba1caaa8da0a User: loki666 Date: 2013-11-20 11:01:06 Summary: android: install a RenderInhibiter when surface is destroyed Affected #: 1 file https://bitbucket.org/orx/orx/commits/8cb1d26a2657/ Changeset: 8cb1d26a2657 User: loki666 Date: 2013-11-20 11:01:49 Summary: merge with upstream Affected #: 12 files Repository URL: https://bitbucket.org/orx/orx/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |