76 Commits

Author SHA1 Message Date
Javidx9
81f6d66010 Add files via upload
Added a binary demo for Windows
2019-05-23 21:14:10 +01:00
Javidx9
b611a826c8 Added 8Bits Image Processing Video 2019-05-19 18:54:54 +01:00
Javidx9
7a84b90858 Added Car Crime City #2 2019-05-06 22:38:04 +01:00
Javidx9
c9881f290b Update README.md 2019-04-23 00:22:05 +01:00
Javidx9
c695aa16f7 Added Robot Arm #1 2019-04-19 01:01:17 +01:00
Javidx9
04af4f42da Version 1.17
+ Code::Blocks Full Screen Support
2019-04-18 22:53:12 +01:00
Javidx9
570e2cf84b PixelGameEngine 1.16
Added Fullscreen mode
Maintains accurate mouse
Maintains aspect ratio of screen on window resize
Added extended numpad support
2019-03-23 17:43:25 +00:00
Javidx9
7e72a7804c Update README.md 2019-03-22 20:04:37 +00:00
Javidx9
6a798ca1e6 Create README.md 2019-03-22 19:39:45 +00:00
Javidx9
f8e88db413 Delete readme.md 2019-03-22 19:30:34 +00:00
Javidx9
df3f12190b Rename WHAT_IS_THIS.md to readme.md 2019-03-22 19:22:41 +00:00
Javidx9
89d811fe33 Pixel Game Engine v1.15
Add practical polymorphism video
+ Dashed Lines
+ Mouse Wheel support
2019-03-08 21:53:08 +00:00
Javidx9
b3f124affd Version 1.14
+ Static GDI initialiser for windows
+ 2D vector type
+ Sampling texels Accurately
+ Normalised mouse position
+ Pre-cache mouse position before frame update
+ Mouse wheel access
2019-02-23 17:58:22 +00:00
Javidx9
35acfcd278 Add files via upload 2019-02-13 11:00:02 +00:00
Javidx9
a429740fee Add files via upload 2019-02-13 10:55:09 +00:00
Javidx9
740b821f40 Add files via upload 2019-02-13 10:43:33 +00:00
Javidx9
0d60732a88 Add files via upload 2019-02-13 10:36:38 +00:00
Javidx9
e934dc9ad4 Add files via upload 2019-02-13 10:29:03 +00:00
Javidx9
c2be6dde91 Add files via upload 2019-02-13 10:12:39 +00:00
Javidx9
a7a896d404 Create Stub.txt 2019-02-13 10:12:30 +00:00
Javidx9
1ce2bdc6e8 1.13 2019-02-03 14:45:28 +00:00
Javidx9
87b9db3f7e Updated Graphics 2D 2019-02-03 14:33:47 +00:00
Javidx9
3c748dde53 Add files via upload 2019-02-03 14:23:05 +00:00
Javidx9
7c4889c07a Sound 0.3 2019-02-03 13:51:44 +00:00
Javidx9
85ccc8c4b7 Added Polygon Collisions #1 2019-02-02 17:07:45 +00:00
Javidx9
77caac53a2 Add files via upload 2019-01-20 00:08:05 +00:00
Javidx9
3f28ec7020 Added Big Project CCC#1 2019-01-19 23:20:57 +00:00
Javidx9
8963eca88b Add files via upload 2019-01-19 23:17:53 +00:00
Javidx9
774dbabd30 Initial version of PGEX_Graphics3D 2019-01-19 22:55:56 +00:00
Javidx9
1e19b517de Update README.md 2019-01-07 21:45:43 +00:00
Javidx9
f8bda426d4 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
742e5d1c3a Update LICENCE.md 2019-01-02 07:28:34 +00:00
Javidx9
d93764f9a9 Update olcPixelGameEngine.h 2018-12-18 21:02:11 +00:00
Javidx9
3489f28fcb 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
786b33b950 Added Sound Extension 2018-12-01 15:44:57 +00:00
Javidx9
2ebb88a942 Added PathFinding #2 Video 2018-11-25 17:02:49 +00:00
Javidx9
72b31e83cf Added 1.10
+ Fixed Mouse glitch with -ve coords
+ Fixed straight line drawing end points
2018-11-13 22:05:50 +00:00
Javidx9
0ead0f8f80 Version 1.10
Fixed annoying windows -ve mouse coordinate glitch
2018-11-13 22:02:16 +00:00
Javidx9
fa24059aea 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
aba108d77c Added Sprite Transforms video 2018-11-10 21:54:28 +00:00
Javidx9
e6717aa94e 1.9 - Fix to mouse in Y-axis 2018-10-30 22:56:08 +00:00
Javidx9
c9a1deef45 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
e0bdd8cfbd Update olcPixelGameEngine.h
Quick error in docs fixed regarding OLC_PGE_APPLICATION
2018-10-24 15:05:58 +01:00
Javidx9
27474c4ced Added Shadow Casting Video 2018-10-12 23:50:13 +01:00
Javidx9
ab2e764e2c Update OneLoneCoder_PGE_ExtensionTestGFX2D.cpp 2018-10-12 23:43:48 +01:00
Javidx9
cde3bab930 Update OneLoneCoder_PGE_Balls2.cpp 2018-10-12 23:42:31 +01:00
Javidx9
36e191e660 Update olcExampleProgram.cpp 2018-10-12 23:41:46 +01:00
Javidx9
610b90440f Added Example file for Advanced 2D GFX Extension 2018-09-24 22:25:21 +01:00
Javidx9
936cc288df Version 1.3 - Extension support 2018-09-24 22:13:38 +01:00
Javidx9
1ce5545f27 Added Advanced 2D Graphics Extension 2018-09-24 22:09:29 +01:00