[Warzone2100-commits] [Warzone2100/warzone2100] ec0d8e: Fix the mac builds broken by Cyp in rfccb548124.
Branch: refs/heads/master Home: https://github.com/Warzone2100/warzone2100 Commit: ec0d8eadbf1a1e0e05b8bc22e3a6c7cd142732f6 https://github.com/Warzone2100/warzone2100/commit/ec0d8eadbf1a1e0e05b8bc22e3a6c7cd142732f6 Author: dak180 Date: 2010-11-27 (Sat, 27 Nov 2010) Changed paths: M macosx/Warzone.xcodeproj/project.pbxproj Log Message: --- Fix the mac builds broken by Cyp in rfccb548124. -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev ___ Warzone2100-commits mailing list Warzone2100-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/warzone2100-commits
[Warzone2100-commits] [Warzone2100/warzone2100] f98ef5: Simplify movement code slightly and reduce roundin...
Branch: refs/heads/master Home: https://github.com/Warzone2100/warzone2100 Commit: f98ef53bfccf55ccaaed81a2d1c0128db68e18e8 https://github.com/Warzone2100/warzone2100/commit/f98ef53bfccf55ccaaed81a2d1c0128db68e18e8 Author: Cyp Date: 2010-11-27 (Sat, 27 Nov 2010) Changed paths: M src/move.c M src/move.h M src/movedef.h Log Message: --- Simplify movement code slightly and reduce rounding errors. Used division instead of right-shift, since right-shift of negative numbers is implementation defined. (At least GCC does an arithmetic shift.) Removed two unused enum values. Reviewed by Per. -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev ___ Warzone2100-commits mailing list Warzone2100-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/warzone2100-commits
[Warzone2100-commits] [Warzone2100/warzone2100] 08b258: Clean up the xcode project.
Branch: refs/heads/3.0 Home: https://github.com/Warzone2100/warzone2100 Commit: 08b25889d9bc698a44c5848d819aea7ace54c8c1 https://github.com/Warzone2100/warzone2100/commit/08b25889d9bc698a44c5848d819aea7ace54c8c1 Author: dak180 Date: 2010-11-27 (Sat, 27 Nov 2010) Changed paths: M macosx/Warzone.xcodeproj/project.pbxproj Log Message: --- Clean up the xcode project. -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev ___ Warzone2100-commits mailing list Warzone2100-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/warzone2100-commits
[Warzone2100-commits] [Warzone2100/warzone2100] e32932: Now that we have logical updates, we can simplify ...
Branch: refs/heads/master Home: https://github.com/Warzone2100/warzone2100 Commit: e3293267a4cb3615c7d234bb21220f5fb695887e https://github.com/Warzone2100/warzone2100/commit/e3293267a4cb3615c7d234bb21220f5fb695887e Author: Per Inge Mathisen Date: 2010-11-27 (Sat, 27 Nov 2010) Changed paths: M src/game.c M src/init.c M src/power.c M src/power.h M src/structure.c M src/structuredef.h Log Message: --- Now that we have logical updates, we can simplify the calculations slightly. Patch reviewed by Cyp. Closes ticket:2360 -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev ___ Warzone2100-commits mailing list Warzone2100-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/warzone2100-commits
[Warzone2100-commits] [Warzone2100/warzone2100] 301fea: Difficulty level should only apply to campaign, no...
Branch: refs/heads/master Home: https://github.com/Warzone2100/warzone2100 Commit: 301fea4188e652568a8ddd471be42c26b9ef76e5 https://github.com/Warzone2100/warzone2100/commit/301fea4188e652568a8ddd471be42c26b9ef76e5 Author: Per Inge Mathisen Date: 2010-11-27 (Sat, 27 Nov 2010) Changed paths: M src/power.c Log Message: --- Difficulty level should only apply to campaign, not to single player skirmish. -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev ___ Warzone2100-commits mailing list Warzone2100-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/warzone2100-commits