Commit Graph

9955 Commits

Author SHA1 Message Date
RedGl0w
e780ac7fa2 Changed language message 2019-11-04 21:10:17 +01:00
Quentin
39d6f5080b Merge remote-tracking branch 'upstream/master' into omega-master 2019-11-04 21:25:14 +01:00
Adrien Bertrand
2ec4bc29e0 [apps] [code] Fix nullptr deref (fix #1176)
When scrolling up in the python shell history, `selectedCell` could be NULL.
2019-11-04 09:57:45 +01:00
Quentin
d4a9f66b32 Merge pull request #48 from M4xi1m3/omega-master
[ion/led] Changed check for exam, fixed #22.
2019-11-03 22:18:01 +01:00
M4x1m3
b68f801e92 [ion/led] Changed check for exam, fixed #22. 2019-11-03 22:14:58 +01:00
Quentin
3c97dfda42 Update README.md 2019-11-03 21:56:23 +01:00
Quentin
34a64adebc Update config.mak O1.13.6-E12 2019-11-03 21:54:28 +01:00
Quentin
aa56cf2440 Merge pull request #47 from M4xi1m3/omega-master
[build] Fixed spaces issues with USERNAME variable.
2019-11-03 21:53:36 +01:00
M4x1m3
120772a0e8 [build] Fixed spaces issues with USERNAME variable. 2019-11-03 21:36:24 +01:00
Quentin
8cd947d67e Workaround for spaces in username 2019-11-03 14:30:28 +01:00
Quentin
4ba14cd06a Remove Name row if not defined O1.13.5-E12 2019-11-03 14:50:32 +01:00
Quentin
ca86451aa5 Fix link in README.md O1.13.4-E12 2019-11-02 19:32:21 +01:00
Quentin
e75320bf0a Update README.md 2019-11-02 18:42:13 +01:00
Quentin
aacdce34ba Add your name in the settings 2019-11-02 19:29:06 +01:00
Quentin
145c028d3a [1.13.3] Add command-line arguments support O1.13.3-E12 2019-11-02 18:52:01 +01:00
Quentin
479ecca6b9 Merge branch 'M4xi1m3-omega-master' into omega-master 2019-11-02 18:51:23 +01:00
Quentin
de0b332e31 Merge branch 'omega-master' of https://github.com/M4xi1m3/Omega into M4xi1m3-omega-master 2019-11-02 18:49:05 +01:00
Quentin
89c52b74b9 [1.13.2] Added module time in toolbox O1.13.2-E12 2019-11-02 18:45:46 +01:00
Quentin
4c03905004 Merge branch 'redglow-master' into omega-master 2019-11-02 18:43:21 +01:00
Quentin
6bef8da2ed Merge commit 'refs/pull/1174/head' of http://github.com/numworks/epsilon into redglow-master 2019-11-02 18:35:44 +01:00
M4x1m3
70655a123c [ion/simulator] Added flag to make the window unresizable. 2019-11-02 17:35:57 +01:00
M4x1m3
c679793f94 [ion/simulator] Keep original aspect ratio in screen only mode. 2019-11-02 16:55:15 +01:00
M4x1m3
4117fac375 [ion/simulator] Add command-line arguments support
Added arguments for screen-only mode, fullscreen and a usage menu, while
still keeping the original functionality of the EPSILON_SDL_SCREEN_ONLY
preprocessor var.
2019-11-02 16:19:17 +01:00
redgl0w
e3da950704 Update catalog.universal.i18n 2019-11-02 15:53:09 +01:00
redgl0w
83a89a0151 Update catalog.pt.i18n 2019-11-02 15:52:50 +01:00
redgl0w
f2a79e9970 Update catalog.fr.i18n 2019-11-02 15:52:34 +01:00
redgl0w
ab8ecd767a Update catalog.es.i18n 2019-11-02 15:52:06 +01:00
redgl0w
bc9f5d964a Update catalog.en.i18n 2019-11-02 15:51:27 +01:00
redgl0w
ac6e60e2eb Update catalog.de.i18n 2019-11-02 15:50:15 +01:00
redgl0w
5ce621b7c5 Update catalog.pt.i18n 2019-11-02 10:12:37 +01:00
redgl0w
78e66620f7 Update catalog.fr.i18n 2019-11-02 10:12:16 +01:00
redgl0w
3ad3ef6be4 Update catalog.es.i18n 2019-11-02 10:11:51 +01:00
redgl0w
49b5c6c22d Update catalog.en.i18n 2019-11-02 10:11:20 +01:00
redgl0w
1e4d97e323 Update catalog.de.i18n 2019-11-02 10:10:56 +01:00
redgl0w
9348ba9e56 Update catalog.universal.i18n 2019-11-02 10:10:25 +01:00
redgl0w
3db48eac4f Update python_toolbox.cpp 2019-11-02 10:09:53 +01:00
Quentin
b09e0c9867 Update config.mak O1.13.1-E12 2019-11-01 21:50:01 +01:00
Quentin
da0cc3e3f3 Merge pull request #43 from M4xi1m3/omega-master
Translated new Accessibility menu.
2019-11-01 21:49:18 +01:00
M4x1m3
62c1658699 Translated new Accessibility menu. 2019-11-01 21:43:37 +01:00
Quentin
4f4a40d24f Updated submodules 2019-11-01 21:20:23 +01:00
Quentin
fb20d0a4aa Merge branch 'boricj-feature/accessibility-omega' into omega-master O1.13.0-E12 2019-11-01 22:02:27 +01:00
Quentin
487efb1fe6 Solve conflicts 2019-11-01 22:02:07 +01:00
Quentin
2164fd345a [1.12.3] New contributor O1.12.3-E12 2019-11-01 21:45:06 +01:00
Jean-Baptiste Boric
df7d552e80 [apps] Implement accessibility features 2019-11-01 20:00:33 +01:00
Jean-Baptiste Boric
9a5bfb944d [kandinsky] Basics of post-processing 2019-11-01 19:44:53 +01:00
Jean-Baptiste Boric
b5520fcc03 [ion] Add Shift[1-9] events 2019-11-01 19:44:53 +01:00
Quentin
34beede49f Update README.md 2019-11-01 17:04:58 +01:00
Quentin
d18b7a0baf Update .gitlab-ci.yml 2019-11-01 16:57:54 +01:00
Quentin
972d9bca8c Update README.md 2019-11-01 16:07:17 +01:00
Quentin
38ccd6a3b0 Update README.md 2019-11-01 15:53:34 +01:00