1
0
mirror of https://github.com/thes3m/XNI synced 2024-12-26 13:26:06 +01:00

49 Commits

Author SHA1 Message Date
Samo Pajk
7984f55e40 Removed XNI target from because the Xcode could not achieve the product correctly 2015-09-24 09:13:58 +02:00
Samo Pajk
8181c907dc Added CopyFiles BuildPhase for all headers 2015-09-24 09:02:34 +02:00
Samo Pajk
c7214e1daf Removed schemes 2015-09-23 10:52:34 +02:00
Samo Pajk
8f094a4048 Updated configuration to release. 2013-09-19 11:39:10 +02:00
Samo Pajk
0dfd64fc9c Xcode project update. 2013-08-19 13:59:23 +02:00
Samo Pajk
692b18e6a9 Removed some unnecessary files from version control.
Renames gitignore to .gitignore.
2013-06-22 11:50:20 +02:00
Matej Jan
4409443ae0 Game music now dynamically stops/starts during runtime if you turn on/off your own music.
git-svn-id: http://xni.googlecode.com/svn/XNI@128 ac433895-eea3-a490-d80a-17149a75e588
2012-11-26 16:24:56 +00:00
Matej Jan
705dc046c7 Device orientation changes for iOS 6.
git-svn-id: http://xni.googlecode.com/svn/XNI@126 ac433895-eea3-a490-d80a-17149a75e588
2012-11-20 10:40:35 +00:00
Samo Pajk
0b5b46e937 Changes:
- optimization for allocations
- fixed sprite font default character that was not taken into consideration

git-svn-id: http://xni.googlecode.com/svn/XNI@122 ac433895-eea3-a490-d80a-17149a75e588
2012-10-15 15:01:36 +00:00
Matej Jan
08abf7ffe0 NSCoding support added to data classes.
git-svn-id: http://xni.googlecode.com/svn/XNI@120 ac433895-eea3-a490-d80a-17149a75e588
2012-10-11 21:45:34 +00:00
Matej Jan
95c733e3b6 Events now call subscribers in order of subscription
git-svn-id: http://xni.googlecode.com/svn/XNI@113 ac433895-eea3-a490-d80a-17149a75e588
2012-09-17 12:14:03 +00:00
Samo Pajk
a2ab2a84e5 Changes:
- added render to texture features (RenderTarget2D)
- optimized SpriteFont for faster access and allocations
- fixed iOS6 bug witch prevented proper device orientation 
- fixed some problems when handling touch events

git-svn-id: http://xni.googlecode.com/svn/XNI@112 ac433895-eea3-a490-d80a-17149a75e588
2012-09-15 15:33:22 +00:00
Matej Jan
2da57896ef Xcode insists on committing XNI project.
git-svn-id: http://xni.googlecode.com/svn/XNI@108 ac433895-eea3-a490-d80a-17149a75e588
2012-05-22 14:22:14 +00:00
Matej Jan
3c6b047cb6 Added method for creating scale matrix from 3 floats.
git-svn-id: http://xni.googlecode.com/svn/XNI@107 ac433895-eea3-a490-d80a-17149a75e588
2012-05-22 12:13:24 +00:00
Matej Jan
d04d7bf8f3 All around update and fixes
git-svn-id: http://xni.googlecode.com/svn/XNI@104 ac433895-eea3-a490-d80a-17149a75e588
2012-05-14 08:40:49 +00:00
Matej Jan
e56e806481 Fixed bug on iOS5 and .x model loading
git-svn-id: http://xni.googlecode.com/svn/XNI@102 ac433895-eea3-a490-d80a-17149a75e588
2011-10-24 11:22:32 +00:00
Matej Jan
08e15ca3be Xcode 4 release target added.
git-svn-id: http://xni.googlecode.com/svn/XNI@88 ac433895-eea3-a490-d80a-17149a75e588
2011-07-29 14:46:41 +00:00
Matej Jan
e539e281e9 Updated project for Xcode 4 building.
git-svn-id: http://xni.googlecode.com/svn/XNI@64 ac433895-eea3-a490-d80a-17149a75e588
2011-04-13 22:36:55 +00:00
Matej Jan
49293a9610 View scaling fixes to support iOS before 4.0.
Adding Game Center classes skeletons.

git-svn-id: http://xni.googlecode.com/svn/XNI@62 ac433895-eea3-a490-d80a-17149a75e588
2011-03-29 15:00:49 +00:00
Matej Jan
b212fc7d44 Completed Accelerometer support.
MediaPlayer stop corrected.

git-svn-id: http://xni.googlecode.com/svn/XNI@61 ac433895-eea3-a490-d80a-17149a75e588
2011-02-18 13:53:30 +00:00
Matej Jan
c5907f6b97 Support for showing modal windows that interrupt game loop (achievements, leaderboards).
git-svn-id: http://xni.googlecode.com/svn/XNI@59 ac433895-eea3-a490-d80a-17149a75e588
2011-02-15 16:10:02 +00:00
Matej Jan
2adbc50363 Song support added.
git-svn-id: http://xni.googlecode.com/svn/XNI@53 ac433895-eea3-a490-d80a-17149a75e588
2011-01-18 15:00:30 +00:00
Matej Jan
7cd74d182f Game components handling updated to enable change of order during update. Various leaks removed.
git-svn-id: http://xni.googlecode.com/svn/XNI@52 ac433895-eea3-a490-d80a-17149a75e588
2011-01-15 02:05:37 +00:00
Matej Jan
796a3a85f3 SoundEffect support implemented.
git-svn-id: http://xni.googlecode.com/svn/XNI@48 ac433895-eea3-a490-d80a-17149a75e588
2010-12-15 08:49:58 +00:00
Matej Jan
b004f83f03 Data classes updated. Graphics device multisampling implementation started.
git-svn-id: http://xni.googlecode.com/svn/XNI@47 ac433895-eea3-a490-d80a-17149a75e588
2010-12-14 23:28:16 +00:00
Matej Jan
ea418ea5c3 Lots of leaks fixed and expanded all data classes with equals, set, NSCopying. XniPoint (XNA's Point class) added.
git-svn-id: http://xni.googlecode.com/svn/XNI@43 ac433895-eea3-a490-d80a-17149a75e588
2010-12-08 04:57:47 +00:00
Matej Jan
d5b2897d8b Added 3D Model support.
git-svn-id: http://xni.googlecode.com/svn/XNI@42 ac433895-eea3-a490-d80a-17149a75e588
2010-11-30 23:26:03 +00:00
Matej Jan
ce2fb9322c A lot of work done on components and game handling (resolutions and stuff).
git-svn-id: http://xni.googlecode.com/svn/XNI@36 ac433895-eea3-a490-d80a-17149a75e588
2010-11-02 09:29:19 +00:00
Matej Jan
3194ca93e7 SpriteBatch implemented and fixed.
git-svn-id: http://xni.googlecode.com/svn/XNI@35 ac433895-eea3-a490-d80a-17149a75e588
2010-10-19 13:31:39 +00:00
Matej Jan
093802dbc4 Finished touch panel state.
git-svn-id: http://xni.googlecode.com/svn/XNI@34 ac433895-eea3-a490-d80a-17149a75e588
2010-10-01 02:36:21 +00:00
Matej Jan
7b2c58017d Renaming enums.
git-svn-id: http://xni.googlecode.com/svn/XNI@33 ac433895-eea3-a490-d80a-17149a75e588
2010-09-30 19:33:29 +00:00
Matej Jan
54923fd932 Adding input support.
git-svn-id: http://xni.googlecode.com/svn/XNI@31 ac433895-eea3-a490-d80a-17149a75e588
2010-09-30 19:00:41 +00:00
Matej Jan
cdcd824af7 Finished SpriteBatch and started on input.
git-svn-id: http://xni.googlecode.com/svn/XNI@27 ac433895-eea3-a490-d80a-17149a75e588
2010-09-29 00:59:08 +00:00
Matej Jan
ef414aae80 Basic sprite batch functionality.
git-svn-id: http://xni.googlecode.com/svn/XNI@26 ac433895-eea3-a490-d80a-17149a75e588
2010-09-23 21:13:28 +00:00
Matej Jan
54dfc007d3 Added user primitive rendering.
git-svn-id: http://xni.googlecode.com/svn/XNI@24 ac433895-eea3-a490-d80a-17149a75e588
2010-09-21 21:49:03 +00:00
Matej Jan
cd8cece94a Added SpriteBatch skeleton and all four graphic device state classes.
git-svn-id: http://xni.googlecode.com/svn/XNI@20 ac433895-eea3-a490-d80a-17149a75e588
2010-09-16 20:01:23 +00:00
Matej Jan
d97472717d Added texture loading capabilities into the pipeline.
git-svn-id: http://xni.googlecode.com/svn/XNI@18 ac433895-eea3-a490-d80a-17149a75e588
2010-09-16 17:49:21 +00:00
Matej Jan
d639f8483d Adding texture support to pipeline. Also headers for linear algebra classes.
git-svn-id: http://xni.googlecode.com/svn/XNI@15 ac433895-eea3-a490-d80a-17149a75e588
2010-09-09 17:09:40 +00:00
Matej Jan
801508e414 Adding ContentManager skeleton.
git-svn-id: http://xni.googlecode.com/svn/XNI@14 ac433895-eea3-a490-d80a-17149a75e588
2010-09-07 21:08:53 +00:00
Matej Jan
0a8f07b872 Added Texture2D loading from Data.
git-svn-id: http://xni.googlecode.com/svn/XNI@13 ac433895-eea3-a490-d80a-17149a75e588
2010-09-01 14:55:24 +00:00
Matej Jan
baa21c94dc Trying to commit public headers project settings.
git-svn-id: http://xni.googlecode.com/svn/XNI@11 ac433895-eea3-a490-d80a-17149a75e588
2010-08-31 19:46:25 +00:00
Matej Jan
01f76821e6 Added a graphics device manager.
git-svn-id: http://xni.googlecode.com/svn/XNI@10 ac433895-eea3-a490-d80a-17149a75e588
2010-07-27 18:23:25 +00:00
Matej Jan
e87a140ad5 Starting with implementation of graphics device.
git-svn-id: http://xni.googlecode.com/svn/XNI@9 ac433895-eea3-a490-d80a-17149a75e588
2010-07-27 17:42:29 +00:00
Matej Jan
fbfd1e7ab6 Adding game host and game classes.
git-svn-id: http://xni.googlecode.com/svn/XNI@8 ac433895-eea3-a490-d80a-17149a75e588
2010-07-27 13:42:07 +00:00
Matej Jan
e8b63f4208 Added initial window handling.
git-svn-id: http://xni.googlecode.com/svn/XNI@7 ac433895-eea3-a490-d80a-17149a75e588
2010-07-22 16:13:55 +00:00
Matej Jan
43c1f445db Added initial Rectangle implementation.
git-svn-id: http://xni.googlecode.com/svn/XNI@6 ac433895-eea3-a490-d80a-17149a75e588
2010-07-22 15:20:04 +00:00
Matej Jan
f9572fda67 Added events system.
git-svn-id: http://xni.googlecode.com/svn/XNI@3 ac433895-eea3-a490-d80a-17149a75e588
2010-07-22 14:10:46 +00:00
Matej Jan
983861cbdb Adding class directory structure.
git-svn-id: http://xni.googlecode.com/svn/XNI@2 ac433895-eea3-a490-d80a-17149a75e588
2010-07-22 14:00:19 +00:00
Matej Jan
a1af9daefa git-svn-id: http://xni.googlecode.com/svn/XNI@1 ac433895-eea3-a490-d80a-17149a75e588 2010-07-22 13:55:43 +00:00