Commit Graph

46 Commits

Author SHA1 Message Date
Javidx9
45a7bfe32a Version 1.12
Added Numpad Keys,
Fixed ResourcePack code on Linux
Updated Sound PGEX to be compilable, but not functional on linux
2019-01-03 20:10:24 +00:00
Javidx9
6562ecc936 Update LICENCE.md 2019-01-02 07:28:34 +00:00
Javidx9
d2e9e97dfb Update olcPixelGameEngine.h 2018-12-18 21:02:11 +00:00
Javidx9
283b48cc11 Added V1.11
Contains ResourcePacks for storing image and sound data in a virtual file system
2018-12-12 22:09:46 +00:00
Javidx9
4bf09dd9ae Added Sound Extension 2018-12-01 15:44:57 +00:00
Javidx9
03f676fade Added PathFinding #2 Video 2018-11-25 17:02:49 +00:00
Javidx9
8c091fe619 Added 1.10
+ Fixed Mouse glitch with -ve coords
+ Fixed straight line drawing end points
2018-11-13 22:05:50 +00:00
Javidx9
e43858b1d5 Version 1.10
Fixed annoying windows -ve mouse coordinate glitch
2018-11-13 22:02:16 +00:00
Javidx9
644d2cc4ab Update PGEX Graphics2D
IMPORTANT! I found a bug regarding the direction of rotation in the rotation matrix, you will need to invert your rotations - sorry, My Bad :D
2018-11-10 21:57:05 +00:00
Javidx9
ca06aaa139 Added Sprite Transforms video 2018-11-10 21:54:28 +00:00
Javidx9
b5fce16b20 1.9 - Fix to mouse in Y-axis 2018-10-30 22:56:08 +00:00
Javidx9
219718b66f Version 1.8 - Quite a few things
+periodic sprite sampling
+global buffer sub-pixel offsets
+custom pixel "shaders"
-references to deprecated codecvt
-horrible mess of strings for title bar
2018-10-30 21:01:15 +00:00
Javidx9
d0a2e2fcf1 Update olcPixelGameEngine.h
Quick error in docs fixed regarding OLC_PGE_APPLICATION
2018-10-24 15:05:58 +01:00
Javidx9
3677f9d8cb Added Shadow Casting Video 2018-10-12 23:50:13 +01:00
Javidx9
d707c715c8 Update OneLoneCoder_PGE_ExtensionTestGFX2D.cpp 2018-10-12 23:43:48 +01:00
Javidx9
dd105e6d26 Update OneLoneCoder_PGE_Balls2.cpp 2018-10-12 23:42:31 +01:00
Javidx9
a908b2bee1 Update olcExampleProgram.cpp 2018-10-12 23:41:46 +01:00
Javidx9
c0599e0133 Added Example file for Advanced 2D GFX Extension 2018-09-24 22:25:21 +01:00
Javidx9
0f73c48cd8 Version 1.3 - Extension support 2018-09-24 22:13:38 +01:00
Javidx9
ec7b55f53e Added Advanced 2D Graphics Extension 2018-09-24 22:09:29 +01:00
Javidx9
6ae322131a Version 1.2 - Added text scaling, fixed some bugs 2018-09-17 19:28:14 +01:00
Javidx9
2d7c006329 Version 1.1
Fixed issue with Shift & Ctrl keys - Note some keys are not captured at all, these always default to A being pressed (ALT for example), and may cause some issues on international keyboards - let me now. Also made OpenGL typedef static.
2018-09-12 22:43:13 +01:00
Javidx9
8e2fda5bea Added NOMINMAX to stop confusion with windows.h 2018-09-09 16:10:58 +01:00
Javidx9
94079a415f Added olcPixelGameEngine Introduction video 2018-09-09 14:44:43 +01:00
Javidx9
56bbdaaa29 Added Contributions 2018-09-07 21:04:01 +01:00
Javidx9
5587067a2d Added 0.6 PGE 2018-09-07 21:01:50 +01:00
Javidx9
c4d65a210e Rename _LICENCE.md to LICENCE.md 2018-09-07 21:00:02 +01:00
Javidx9
069e2fba0a Rename LICENCE.md to _LICENCE.md 2018-09-07 20:59:30 +01:00
Javidx9
129a141389 Added Balls2 Demo 2018-09-07 20:59:02 +01:00
Javidx9
09b923c6b5 Rename ExampleProgram.cpp to olcExampleProgram.cpp 2018-09-07 20:58:24 +01:00
Javidx9
19870a406c Delete blank 2018-09-07 20:57:51 +01:00
Javidx9
6ff9cce4ff Create ExampleProgram.cpp 2018-09-07 20:57:21 +01:00
Javidx9
b94360c806 Delete Testing.cpp 2018-09-07 20:56:19 +01:00
Javidx9
d4b6d8249c Delete OneLoneCoder_PGE_Balls2.cpp 2018-09-07 20:55:43 +01:00
Javidx9
2bb2f30bcb Create blank 2018-09-07 20:55:07 +01:00
Javidx9
2aeb2af74e Create blank 2018-09-07 20:54:34 +01:00
Javidx9
9ca451404d Added Text Rendering 2018-09-06 01:38:57 +01:00
Javidx9
0a71064715 Update README.md 2018-09-05 15:43:53 +01:00
Javidx9
9b2da5d7de Added Licence 2018-09-05 15:41:56 +01:00
Javidx9
16b1619dda Added NOMINMAX before windows.h 2018-09-03 23:43:14 +01:00
Javidx9
fb45b9bcdc Testing Balls 2018-09-03 23:33:55 +01:00
Javidx9
9c8a8c4b75 Update Testing.cpp 2018-09-03 22:36:11 +01:00
Javidx9
04212e1406 Fixed small Unicode error
Thanks ~~Appa
2018-09-03 22:08:06 +01:00
Javidx9
0a23f35a61 Fixed VSYNC on linux
Missed an X, thanks Dragoneye :D
2018-09-03 21:47:51 +01:00
Javidx9
a9388c6687 Initial version 2018-09-03 20:25:34 +01:00
Javidx9
b28faf4936 Initial commit 2018-09-02 18:20:13 +01:00