.. |
Graphics
|
Combine player rendering functions into Player class, remove D3DX reference since we longer need it.
|
2015-07-21 18:48:51 +10:00 |
Input
|
Keep track of picked block face in PickedPos class, rearrange MouseButton enum order to match CPE PlayerClick specification.
|
2015-06-28 19:55:29 +10:00 |
Math
|
Simplify classes that load unmanaged functions statically or dynamically. Remove unncessary namespaces from many declarations in both GL delegates and core class.
|
2015-07-06 18:04:32 +10:00 |
Platform
|
Combine player rendering functions into Player class, remove D3DX reference since we longer need it.
|
2015-07-21 18:48:51 +10:00 |
Properties
|
Simplify classes that load unmanaged functions statically or dynamically. Remove unncessary namespaces from many declarations in both GL delegates and core class.
|
2015-07-06 18:04:32 +10:00 |
AutoGeneratedAttribute.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
BindingsBase.cs
|
Fix crashing on close, remove file that somehow magically appeared?
|
2015-07-21 19:05:59 +10:00 |
Configuration.cs
|
Don't check for X11 on windows, cache EventArgs in Game class, remove update variables from OpenTK.GameWindow
|
2015-06-27 13:57:16 +10:00 |
DisplayDevice.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
DisplayResolution.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
FrameEventArgs.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
GameWindow.cs
|
Don't keep track of 'CurrentContext', don't pass opengl version to game window constructor as it is unnecessary, don't bother with reflection because we only really need to load 51 delegates.
|
2015-07-10 07:07:19 +10:00 |
GameWindowFlags.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
IGameWindow.cs
|
Only call PickingRender when PickedPos is valid, remove some leftover stuff from UpdateFrame, combine SendPlayerClick functions as one function.
|
2015-07-02 07:35:28 +10:00 |
INativeWindow.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
KeyPressEventArgs.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
NativeWindow.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
OpenTK.csproj
|
Release 0.8. This will likely be the last work done on the client for a while.
|
2015-07-10 07:40:25 +10:00 |
OpenTK.dll.config
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
WindowBorder.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |
WindowState.cs
|
Integrate OpenTK into the solution.
|
2015-06-07 08:53:12 +10:00 |