UnknownShadow200
02513b971e
Port Math to C, remove stuff from OpenTK we don't use.
2017-04-29 15:15:32 +10:00
UnknownShadow200
913e98926e
name now rotates with rotated entity
2017-04-14 16:33:29 +10:00
UnknownShadow200
a8e755b089
Release 0.99.6
2017-03-05 22:42:33 +11:00
UnknownShadow200
c2022f6950
Maybe fix client not working under guest account in XP.
2017-03-02 16:32:56 +11:00
UnknownShadow200
fadeca7440
Oops I forgot to check for <= 0 in primary mode
2017-02-15 15:40:01 +11:00
UnknownShadow200
9031d54b87
Super quick fix for last commit
2017-02-15 15:34:40 +11:00
UnknownShadow200
0bf8a3f9a1
Don't invalidate resolutions, should address #301 . (Thanks wileycat)
2017-02-15 15:33:05 +11:00
UnknownShadow200
ff12aa002d
Release 0.99.5
2017-02-11 23:02:02 +11:00
UnknownShadow200
096930653d
More fixes
2017-02-11 17:07:29 +11:00
UnknownShadow200
73d4cf227e
less OpenTK warnings
2017-02-07 16:21:42 +11:00
UnknownShadow200
7182fa1c59
cache pickingbounds for better perf
2017-02-04 10:14:06 +11:00
UnknownShadow200
7a96cac27e
microoptimisations
2017-01-25 23:09:42 +11:00
UnknownShadow200
2a06c0fda8
OpenTK: Make Key enum much more concise
2016-10-19 16:39:55 +11:00
UnknownShadow200
92c9f2e8eb
Release 0.99.4
2016-10-18 11:13:49 +11:00
UnknownShadow200
764fea65cb
Release 0.99.3
2016-10-18 09:11:57 +11:00
UnknownShadow200
3078d63667
Style: Use less modern syntactic shortcuts.
2016-10-17 23:22:06 +11:00
UnknownShadow200
5591f0a40e
Gfx: Remove unnecessary CreateIb code.
2016-10-17 21:34:55 +11:00
UnknownShadow200
7f92161077
Gfx: IGraphicsApi is no longer responsible for managing dynamic vertex buffers. Simplify dynamic vertex buffer code.
2016-10-12 19:28:00 +11:00
UnknownShadow200
b299a48fcc
Gfx: Add definition for glGetTexImage. (It will all make sense soon)
2016-10-04 07:28:50 +11:00
UnknownShadow200
9b45596107
Release 0.99.2 again. (Fix last commit, I am too tired)
2016-07-09 00:18:50 +10:00
UnknownShadow200
b2c642b8af
Remove Block enum.
2016-06-11 15:29:45 +10:00
UnknownShadow200
0cfd1c2e37
Release 0.99.1
2016-06-06 22:00:19 +10:00
UnknownShadow200
2d32675b93
Fix update for wine, this time for sure.
2016-05-14 15:25:22 +10:00
UnknownShadow200
4a20cad4e0
Release 0.98.9
2016-04-24 09:31:39 +10:00
UnknownShadow200
3d4579537d
Fix being able to paste UTF8 text on OSX, closes #173 . (Thanks LegoBricker)
2016-04-23 08:04:49 +10:00
UnknownShadow200
ef34766b2b
More fixes for default.png, fix 'okay' widget not being properly closed when clicking on 'use font'.
2016-04-19 18:02:11 +10:00
UnknownShadow200
fe746d58de
Fix scroll wheel being too slow on OSX (Thanks AndrewPH), fix colour codes used internally showing up when pressing left alt.
2016-04-17 23:49:23 +10:00
UnknownShadow200
e5b77528ff
Copy/Paste should work on OSX now. (Thanks AndrewPH)
2016-04-16 14:17:24 +10:00
UnknownShadow200
5e9f401449
Revert last commit, makes no sense to reimplement Clipboard handling.
2016-04-16 12:26:41 +10:00
UnknownShadow200
4387e18dea
Implement native clipboard for windows backend.
2016-04-16 11:22:25 +10:00
UnknownShadow200
1e19178b88
Release 0.98.8
2016-03-31 00:10:41 +11:00
UnknownShadow200
2a67f8f698
Remove Pack=1 arguments which were causing runtime errors on specific mono versions, partially addresses #93 . (Thanks Jjp137)
2016-03-30 15:59:55 +11:00
LegoBricker
69f8137093
Fix minor error in keymapping
2016-03-21 22:37:36 -07:00
UnknownShadow200
027fac53d5
Release 0.98.7.
2016-03-03 22:19:21 +11:00
Jjp137
e76983ef18
Fix BadWindow errors that occurred when closing an X11 window.
...
This commit is based on OpenTK's fix in:
ec31675fc8
...and was adapted for ClassicalSharp's modified OpenTK code.
This also fixes options not being saved on Linux when the client or
launcher closes, at least on Debian Jessie. The default error handler
for Xlib is to print a message explaining the error to the console and
then call exit(1). If that happens, the Options.Save() calls in
Game.Dispose() and LauncherWindow.Run() are never reached.
2016-02-19 18:43:46 -08:00
UnknownShadow200
17b695845a
Fix entity shadows on Direct3D9 backend. (Thanks goodlyay)
2016-02-18 23:13:19 +11:00
UnknownShadow200
357b20619a
Fix update script on linux not restarting launcher.
2016-02-14 10:26:39 +11:00
UnknownShadow200
36ff4f7b6e
Add 'time been playing for' that can be shown by pressing F9 (Thanks BDlikes), finally finish entity shadows.
2016-02-05 18:51:06 +11:00
UnknownShadow200
88613a82ed
Fix issue where pressing right shift and holding it down continously, then pressing left shift and then releasing it would cause 'speed' to be left on. (Thanks 123DontMessWitMe)
2016-02-04 17:45:27 +11:00
UnknownShadow200
8023f9346f
Release 0.98.5
2016-01-02 23:50:29 +11:00
UnknownShadow200
4f84533983
Release 0.98.4.
2016-01-01 08:48:53 +11:00
UnknownShadow200
28b076a798
Release 0.98.3
2015-12-31 23:17:44 +11:00
UnknownShadow200
b1bcfab887
Fixed player model being difficult to squeeze through 8 pixel gaps (Thanks Empy), fix first keyboard press not showing up in input bar (Thanks imjonnyboy)
2015-12-29 11:37:43 +11:00
UnknownShadow200
3e1d1c61c0
Fix issue with cursor being stuck down when moved outside window (Thanks 123DontMessWitMe), add a one second cooldown between joining multiplayer servers.
2015-12-28 08:59:44 +11:00
UnknownShadow200
b0c7f5f55a
Now particle block break spawning works properly with non 0 minX/Y/Z and non 1 maxX/Z, also fix client taking focus even when not the foreground window (Thanks Joseph)
2015-12-23 23:05:09 +11:00
UnknownShadow200
2c98941832
Add untested code for the new BulkBlockUpdate CPE extension.
2015-12-16 22:16:34 +11:00
UnknownShadow200
2e317c4b99
Add proper sounds, fix block models, remove vertical water on map edges.
2015-12-03 20:35:40 +11:00
UnknownShadow200
56b0842de8
Only show closest name, fix urls not showing proper colour and not being linked to at all. Also fix crashing when clicking on an empty space in AltTextInputWidget colour codes tab.
2015-11-16 16:50:23 +11:00
UnknownShadow200
2e02593862
Fix ClassicalSharp not working properly when the Launcher is used via the terminal with its currently directory set to a different directory from the location of ClassicalSharp.exe, also add switch block animation.
2015-11-16 14:55:50 +11:00
UnknownShadow200
a0ac092787
Make left click animation nicer.
2015-11-16 13:21:36 +11:00