Commit graph

137 commits

Author SHA1 Message Date
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
UnknownShadow200
cc0dd16c42 Default.png should only not show pixels with A = 0, make clouds height be able to set to +-10,000, make snow/rain nicer, more work on 'alt text' input box. 2015-11-11 11:18:29 +11:00
UnknownShadow200
476def4c41 Fix partial messages being word wrapped when LongerMessages is supported, fix left/right shift key being 'stuck' due to WM_SYSKEYUP message only being sent once, start work on refactoring models. 2015-11-05 09:05:58 +11:00
UnknownShadow200
09faf5c45e Fix crashing when writing to console on the finalizer thread. 2015-11-04 12:51:57 +11:00
UnknownShadow200
44a52d50ab Hopefully fix OSX issues this time. 2015-11-04 12:11:23 +11:00
UnknownShadow200
38b8d95946 Avoid garbage collecting the Event handler. 2015-11-04 11:11:31 +11:00
UnknownShadow200
d76112a47a CheckReturn should not be here. 2015-11-04 10:24:50 +11:00
UnknownShadow200
fda3d68753 Check if window info == null in OSX event handler, make classicube.net login auto go to the servers screen. 2015-11-04 10:07:58 +11:00
UnknownShadow200
a8be2e4493 Don't dispose window twice on OSX. 2015-11-04 09:55:01 +11:00
UnknownShadow200
d71efc2b7c These methods shouldn't use CheckResult as they have a special case for EventParamaterNotFound. 2015-11-04 09:47:49 +11:00
UnknownShadow200
c169a9707d General cleanup of OSX in OpenTK, may break things. 2015-11-04 09:33:45 +11:00
UnknownShadow200
7ee12d6438 OSX support confirmed. 2015-11-01 15:07:47 +11:00
UnknownShadow200
84c84c6ab8 Force build bot to rebuild. 2015-11-01 14:59:14 +11:00
UnknownShadow200
e16c34c90e Last attempt at fixing OSX cursor movement. 2015-11-01 14:53:22 +11:00
UnknownShadow200
dbd8ffe3dc Hopefully fix Get/SetCursorPos on OSX. 2015-11-01 14:05:39 +11:00
UnknownShadow200
4ecb9ed833 Hopefully fix cursor showing and hiding on OSX. 2015-11-01 13:24:13 +11:00
UnknownShadow200
77c31f33bc Show all debug info when running with console attached. 2015-11-01 11:04:44 +11:00
UnknownShadow200
1f8d4574d4 I mixed up visible and hidden. 2015-11-01 08:14:43 +11:00
UnknownShadow200
0d51d48f6f Fix ExtPlayerListWidget using ListName even though it should use player name (thanks 123DMWM), fix cursor not being hidden on OSX(thanks hemsindor) 2015-11-01 06:03:24 +11:00
UnknownShadow200
8f5f869ab5 Add sponges to singleplayer. 2015-10-29 21:03:12 +11:00