1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

2775 Commits

Author SHA1 Message Date
SpoinkyNL
1330b547d7 Fix Strafe rendering 2016-11-17 23:32:32 +01:00
SpoinkyNL
30662036a4 Another for #198 because I suck 2016-11-17 18:48:44 +01:00
Robert Beekman
071484576e Merge pull request #199 from SpoinkyNL/development
1.5.0.2
2016-11-17 18:25:18 +01:00
SpoinkyNL
b6a0cd7f28 Bumper version number 2016-11-17 18:25:00 +01:00
SpoinkyNL
09ec7853c6 Fixed #198
Added Caps/Scroll/Numlock (#179)
2016-11-17 18:24:32 +01:00
Robert Beekman
690ffd75ae Update README.md 2016-11-16 00:55:16 +01:00
SpoinkyNL
bc5e450d78 Bump version number 2016-11-16 00:41:24 +01:00
SpoinkyNL
137497c2ee Fixed changelog not hiding 2016-11-16 00:40:36 +01:00
Robert Beekman
965cf4e56b Merge pull request #197 from SpoinkyNL/development
1.5.0.0
2016-11-15 23:15:09 +01:00
SpoinkyNL
b2c09a96b5 Tiny UI fixes
Layers can no longer be dragged/resized off of the canvas
Added Qwertz option to dropdown box
Added default profiles for Pro L
Added default profiles for GTA V
LUA DrawText returns resulting text width
Fixed a null reference in LuaWrapper
Save button now forces a profile save too
Added profile save to debug log
Bumped version number
2016-11-15 23:14:08 +01:00
Robert Beekman
75b64b6ee6 Merge pull request #196 from DarthAffe/development
Added Qwertz-keymap
2016-11-14 23:30:26 +01:00
SpoinkyNL
a0bd147b23 Updated UT plugin 2016-11-14 23:09:30 +01:00
2789e5c0e5 Added Qwertz-keymap 2016-11-14 22:57:54 +01:00
SpoinkyNL
ae26ac2e18 Profile editor layer list updates periodically
Profile editor profile dropdown updates properly
Profile editor rename duplication check works properly
2016-11-14 20:44:01 +01:00
SpoinkyNL
928fb675ab Restored missing statements in LuaWrapper 2016-11-14 12:44:14 +01:00
SpoinkyNL
479ed0300a Fixed a crash on Bubbles and Overlay views 2016-11-14 12:36:55 +01:00
SpoinkyNL
b1f4461b75 Throttling GTA V updates to improve performance 2016-11-13 00:16:10 +01:00
SpoinkyNL
c9481d4442 Fixed debug log removing wrong line at >50 lines
Wrapped LUA loading in try-catch
2016-11-12 19:42:08 +01:00
SpoinkyNL
c172ec4c6a Finished CM support
Reimplemented task bar icon
2016-11-12 00:00:38 +01:00
Robert Beekman
6f7e24611a Added most CM support 2016-11-10 20:01:33 +01:00
SpoinkyNL
917bb88241 FINALLY fixed dissapearing views after debugging all day 2016-11-09 20:01:30 +01:00
SpoinkyNL
4c766f29b4 Fixed module null references on shutdown 2016-11-09 13:15:46 +01:00
SpoinkyNL
2d9a656dde Decoupled all module logic from their viewmodels
Added GTA V support
2016-11-09 00:06:01 +01:00
SpoinkyNL
065940c1f9 Fixed Eurotruck Simulator LUA 2016-11-07 14:55:15 +01:00
SpoinkyNL
a9dcc70897 Fixed LUA placeholder 2016-11-06 22:08:04 +01:00
SpoinkyNL
31196fb518 Changed LUA Update and Draw event to work for every device type 2016-11-06 21:53:27 +01:00
SpoinkyNL
a40728244a Removed factories in favor of a new WindowService
Fixed layer selection issues in profile editor
2016-11-06 17:27:36 +01:00
SpoinkyNL
73ab4b3fce #190 again, this is better. 2016-11-05 23:52:46 +01:00
SpoinkyNL
8e0df35dd7 Google Play Music support for #190 2016-11-05 23:50:50 +01:00
SpoinkyNL
852500c3e3 Fixed light bleeding, closes #189 2016-11-05 23:26:55 +01:00
SpoinkyNL
adc5bb9adf LUA layer interaction fixes 2016-11-04 22:36:15 +01:00
SpoinkyNL
3bb15f70c3 Merge branch 'development' of https://github.com/SpoinkyNL/Artemis.git 2016-11-03 23:27:42 +01:00
SpoinkyNL
39f7d180d8 LUA changes, added font for DrawText 2016-11-03 23:27:40 +01:00
Robert Beekman
638302d7f2 Merge pull request #188 from DarthAffe/development
Two minor issues
2016-11-01 23:05:07 +01:00
f12ec07de0 Fixed wrong buffer size exception caused by an error-case of the AmbienceCreatorExtend 2016-11-01 17:58:56 +01:00
1464c3ad06 Removed unnecessary flush from corsair-keyboard-update 2016-11-01 17:58:10 +01:00
Robert Beekman
3a01536d85 Merge pull request #187 from DarthAffe/development
Added ambilight to address #180
2016-11-01 17:14:17 +01:00
SpoinkyNL
03c8da54c3 LUA memory improvements 2016-11-01 16:28:57 +01:00
fabab2755b Added a general-setting to tune the rate of screen-captures 2016-11-01 16:14:38 +01:00
e9cc4ad22c Added Downsampling-option to the ambilight 2016-11-01 15:08:05 +01:00
3f306ed86d Added enum to allow the selection of ScreenCapturing-Modes 2016-11-01 14:53:40 +01:00
447adfedc4 Added missing assignment in the AmbienceCreator-caching 2016-11-01 14:53:07 +01:00
149d65b921 Added new AmbienceCrator (Extended) for smoother but less detailed lightning 2016-11-01 12:21:43 +01:00
410950ec6b Added ambilight thumbnail 2016-11-01 12:05:59 +01:00
5efacb381d Added the UI for the AmbientLight-settings 2016-11-01 11:55:31 +01:00
SpoinkyNL
e5608907e4 Added keyboard stuff to LUA 2016-11-01 00:19:30 +01:00
e91b06a28a Added color-blending to ambilight 2016-10-31 18:19:14 +01:00
a46e2096a7 Improved calculation and performance of the ambilight 2016-10-31 16:32:15 +01:00
fc723d8e38 Created first working version of an ambilight (WIP) 2016-10-30 23:03:43 +01:00
SpoinkyNL
53e8e9c44e LUA loading/unloading 2016-10-30 19:36:35 +01:00