Drew DeVault
c91dff52a9
Run client Main in an STA thread manually
2015-06-18 12:20:15 -04:00
Drew DeVault
6d56fc7011
Move to Any CPU builds
2015-06-18 08:51:37 -06:00
Drew DeVault
ca53efc077
Merge pull request #130 from Mitch528/master
...
Move Linux/Windows references to targets file
2015-06-18 10:15:32 -04:00
Mitchell Kutchuk
6bf10feb41
Fixed merge conflicts
2015-06-17 12:37:55 -07:00
Drew DeVault
f5f0958bf1
Merge pull request #131 from mrpimpunicorn/resolution-options
...
Added support for changing preferred resolution in options
2015-06-17 15:09:40 -04:00
William Moorehouse
d5224f72c9
Added more resolution options and fullscreen support
2015-06-17 15:03:06 -04:00
William Moorehouse
9ad14273a4
Changed resolution setting to a dropdown
2015-06-17 14:23:46 -04:00
William Moorehouse
5c3c035019
Fixes for client crashing when not run through the launcher
2015-06-17 13:24:39 -04:00
Drew DeVault
6181b572c9
Merge pull request #129 from mrpimpunicorn/master
...
Finished texture pack support
2015-06-17 11:13:25 -04:00
Mitchell Kutchuk
63d538e98d
Move Linux/Windows references to targets file
...
MonoDevelop keeps breaking the build on Windows
(8848697656fdbc77eb0a8bd806ad69c19a42b419). Moving the references to a
separate file should prevent this from happening again.
2015-06-17 07:44:31 -07:00
William Moorehouse
9538d1321a
Added support for changing preferred resolution
2015-06-17 10:02:06 -04:00
William Moorehouse
ab521f0357
Moved texture pack description into same text field as its name
2015-06-17 09:29:10 -04:00
William Moorehouse
1e0827a93e
Fixed an issue where Windows-style newlines at the end of pack.txt would cause display issues
2015-06-17 09:22:29 -04:00
William Moorehouse
a7d394ef19
Fixed exception in client when settings.json managed to refer to a non-existent or corrupt .zip
2015-06-17 09:17:26 -04:00
William Moorehouse
f15744b7a2
Finished cleaning up texture pack code
2015-06-17 09:10:42 -04:00
William Moorehouse
f66ab8a2be
Expanded TextureMapper
2015-06-17 08:17:25 -04:00
William Moorehouse
7b5b8ee6e4
Removed obsolete code
2015-06-17 08:07:01 -04:00
William Moorehouse
9c982b6083
Fixed building on Windows
2015-06-17 08:06:17 -04:00
Drew DeVault
8848697656
Fix font loader on case sensitive filesystems
2015-06-16 22:22:40 -06:00
William Moorehouse
2ae26f1519
More fixes
2015-06-16 22:17:30 -06:00
William Moorehouse
3c2bb1a225
Fixed known issues with texture pack loading
2015-06-16 22:17:30 -06:00
William Moorehouse
b799809d74
Now load terrain.png from current texture pack
2015-06-16 22:17:30 -06:00
William Moorehouse
ef5c6b7861
Moved texture pack loading directory and Default.zip
2015-06-16 22:17:30 -06:00
William Moorehouse
0159b1ba05
Removed texture pack extraction from launcher
2015-06-16 22:17:30 -06:00
William Moorehouse
20dbaa087a
Moved new UserSettings to TrueCraft.Core
2015-06-16 22:17:30 -06:00
William Moorehouse
31da1e4f7d
Added basic support for texture packs
2015-06-16 22:17:30 -06:00
Drew DeVault
65b1626e26
Merge pull request #127 from mrpimpunicorn/master
...
Refactored and expanded Mesh class
2015-06-16 15:24:15 -06:00
William Moorehouse
3272056b8f
Refactored and expanded Mesh
2015-06-16 15:53:28 -04:00
Drew DeVault
bd8f649264
Merge pull request #126 from mrpimpunicorn/master
...
Added event-driven keyboard encapsulation
2015-06-14 10:43:35 -06:00
William Moorehouse
8ba0b6a5ca
Overrided Dispose() in TrueCraftGame to dispose of game components
2015-06-14 12:36:38 -04:00
William Moorehouse
18c49adaf3
Polished code and added comments
2015-06-14 11:33:18 -04:00
William Moorehouse
1fb795161d
Added event-driven keyboard encapsulation
2015-06-14 11:24:37 -04:00
Drew DeVault
e41bf50f59
Merge pull request #125 from mrpimpunicorn/master
...
Added event-driven mouse encapsulation.
2015-06-13 22:31:19 -06:00
William Moorehouse
a92d7e5828
Fixed typo.
2015-06-13 19:35:51 -04:00
William Moorehouse
9388ec3a69
Added event-driven mouse encapsulation
2015-06-13 19:17:06 -04:00
Drew DeVault
29c07a1db2
Merge pull request #124 from mrpimpunicorn/master
...
Added more functionality to FontRenderer
2015-06-13 14:43:53 -06:00
William Moorehouse
56ac35352c
Added more functionality to FontRenderer
2015-06-13 15:46:29 -04:00
Drew DeVault
fff19e4737
Merge pull request #121 from mrpimpunicorn/master
...
Case sensitivity fix + camera logic encapsulation
2015-06-12 15:38:59 -06:00
William Moorehouse
20752446d4
Revert disabling Visual Studio hosting process
2015-06-12 17:21:22 -04:00
William Moorehouse
2b1bf08f5e
Fixed case sensitivity
2015-06-12 17:19:55 -04:00
William Moorehouse
de1ffa26b6
Moved camera logic into its own class
2015-06-12 17:10:28 -04:00
Drew DeVault
6da78bbbe5
Merge pull request #120 from mrpimpunicorn/master
...
Added support for chat colors in FontRenderer
2015-06-12 14:03:52 -06:00
William Moorehouse
de8a6bb8d8
Added support for chat colors in FontRenderer
2015-06-12 15:49:09 -04:00
Drew DeVault
8a20471c14
Merge pull request #118 from mrpimpunicorn/master
...
Added XML comments to most types/fields/methods in the TrueCraft.API namespace
2015-06-11 21:36:54 -06:00
William Moorehouse
d31435751d
Changed comment delimiter
2015-06-11 23:34:41 -04:00
William Moorehouse
07d407389d
Reverted moving license info
2015-06-11 23:30:56 -04:00
William Moorehouse
fae1cd6c67
Added XML comments to most types/fields/methods in the TrueCraft.API namespace
2015-06-11 23:06:00 -04:00
Drew DeVault
7ccdd2944a
Merge pull request #114 from MC42/master
...
Textures: Lots of tweaks, jackolanters, clay, and more biome fixes.
2015-06-08 15:04:49 -06:00
MC42
14add7b03b
Fixed the last biome color I forgot to change. This should be one of the last commits for a while.
2015-06-08 16:57:42 -04:00
MC42
ed4c7cf6ac
Tweaked the clay.
2015-06-08 16:56:33 -04:00