Grim Maple
fd39c58658
Fix exmaples, Add them to pipeline
2022-10-22 15:32:16 +03:00
Grim Maple
585b31ae30
Update examples build
2022-04-16 13:47:59 +03:00
Vadim Lopatin
603b519040
Merge pull request #605 from emil-perhinschi/master
...
resolved some warnings
2020-07-28 12:10:51 +03:00
Emil Nicolaie Perhinschi
c288a3f674
resolved some warnings (DIP25 and one place where variables were shaddowing each other
2020-06-15 23:54:59 +03:00
Feldwor
b61957f7f9
add import std.algorithm;
...
```
vaidas@vaidas-SATELLITE-L855:~$ dub run dlangui:tetris
Building package dlangui:tetris in /home/vaidas/.dub/packages/dlangui-0.9.182/dlangui/examples/tetris/
Performing "debug" build using dmd for x86_64.
derelict-util 3.0.0-beta.2: target for configuration "library" is up to date.
derelict-ft 2.0.0-beta.5: target for configuration "library" is up to date.
derelict-gl3 2.0.0-beta.8: target for configuration "library" is up to date.
derelict-sdl2 3.0.0-beta.8: target for configuration "derelict-sdl2-dynamic" is up to date.
dlangui 0.9.182: target for configuration "minimal" is up to date.
dlangui:tetris 0.9.182: building configuration "application"...
.dub/packages/dlangui-0.9.182/dlangui/examples/tetris/src/gui.d(562,20): Error: min is not defined, perhaps import std.algorithm; is needed?
dmd failed with exit code 1.
```
2019-09-18 17:37:30 +03:00
dukc
00fb95f375
Now that was quite a difficulty spike for tetris! :D
2017-12-02 22:26:37 +02:00
Vadim Lopatin
53e53e84ae
update version; update visualD project
2017-10-16 11:40:42 +03:00
dayllenger
fdbd7254ee
expand window in tetris example
2017-10-14 19:28:33 +03:00
John Colvin
fb4b1310da
remove trailing whitespace
2017-09-04 12:09:58 +01:00
Vadim Lopatin
a210978161
cleanup console state after console app exiting
2016-10-10 09:14:51 +03:00
Vadim Lopatin
10fa5f702f
linux monod projects fix
2016-09-14 12:21:15 +03:00
Vadim Lopatin
24b0a4baec
update mono-d linux project files
2016-09-14 11:38:49 +03:00
Vadim Lopatin
47a58af6cb
Console Backend for linux and windows - #293
2016-09-08 14:36:58 +03:00
Vadim Lopatin
d6bdd4ab1c
Tetris hdpi support
2016-04-22 15:02:49 +03:00
Vadim Lopatin
3c25a36061
fix Tetris HighDPI resources
2016-04-22 14:45:57 +03:00
Vadim Lopatin
94d1761b84
tweal Tetris example for High DPI
2016-04-22 14:24:30 +03:00
Vadim Lopatin
194a2546a3
update mono-d Windows project files; fix #234
2016-04-18 11:35:07 +03:00
Tomoya Tanjo
3d170edd8f
Rename init to initialize for examples
2016-01-05 22:17:47 +09:00
Vadim Lopatin
3c5b3a61a7
replace tabs with 4 spaces
2015-12-23 08:45:54 +03:00
Vadim Lopatin
d186cad30a
fix project files
2015-12-10 16:55:12 +03:00
Vadim Lopatin
b2b6802885
fix linux project files
2015-12-10 16:49:23 +03:00
Vadim Lopatin
93b44db66b
remove dlib dependency
2015-12-10 16:39:29 +03:00
Vadim Lopatin
0c5ad89b85
Get rid of dlib dependency: strip png and jpeg reading code and put to 3rdparty/dimage
2015-12-10 16:19:03 +03:00
Vadim Lopatin
1dde772437
Event listener names refactoring
2015-12-03 16:29:45 +03:00
Vadim Lopatin
4e5fa02802
Update configuration settings
2015-12-03 12:30:25 +03:00
Vadim Lopatin
8ab10544e5
X11 project files updated
2015-12-03 11:30:20 +03:00
Vadim Lopatin
acc57df9e6
monod-osx projects update for X11 build
2015-12-02 21:35:09 +03:00
lve
4bb0e5cf27
Update X11 build properties
2015-11-24 13:43:34 +03:00
Vadim Lopatin
cabed856cb
merge
2015-11-19 08:51:57 +03:00
Vadim Lopatin
e2926ad4e6
X11 backend, initial version
2015-11-18 17:02:19 +03:00
Vadim Lopatin
d39536bd2a
fix example projects; update README with new information about VisualD development
2015-11-13 09:59:32 +03:00
Vadim Lopatin
26757efb69
cleanup old project files
2015-11-13 09:41:26 +03:00
Vadim Lopatin
6d2a79ba22
windows mono-d projects
2015-11-13 09:37:38 +03:00
Vadim Lopatin
5d2228d956
Mono-D OSX projects added
2015-11-12 18:43:01 +03:00
Vadim Lopatin
bcb89f0f91
add Minimal (no OpenGL) configurations for monod-linux
2015-11-12 13:25:18 +03:00
Vadim Lopatin
91af0ba252
monod-linux projects
2015-11-12 11:49:50 +03:00
Vadim Lopatin
2f7e8f6a0d
fix DUB projects for examples
2015-11-11 15:24:37 +03:00
Vadim Lopatin
d33b5d1c93
fix Tetris example - falling after full rows removing - #94
2015-11-10 16:14:02 +03:00
Vadim Lopatin
cbcb7a18a6
new solution and projects for fresh versions of VisualD
2015-11-05 11:55:07 +03:00
Vadim Lopatin
2a839fc4e7
win_app.def - GUI mode for Win32 (8.1)
2015-05-29 08:30:16 +03:00
Vadim Lopatin
8ea8104341
configurations
2015-03-27 09:47:12 +03:00
Vadim Lopatin
d7ecdc4417
fix Tetris example build on dmd 2.0.67
2015-03-25 09:20:03 +03:00
Vadim Lopatin
9ec5b0b1b9
scene 3D, initial implementation
2015-03-23 17:30:08 +03:00
Vadim Lopatin
f599a7e4df
fix opengl context creation
2015-03-16 09:39:29 +03:00
knommad
0d81aafee6
Use of package.d for cleaner import lines in applications.
2015-02-22 09:13:53 +10:30
Vadim Lopatin
9fd6a1e513
select word by double click in editors
2015-02-10 17:57:33 +03:00
Vadim Lopatin
9db29a19cd
change package structure - #56
2015-02-10 09:53:21 +03:00
John Colvin
d721c13f55
fix row counter
2015-01-28 13:16:46 +00:00
Vadim Lopatin
b417db74a0
font size fixes
2015-01-23 10:36:51 +03:00
Vadim Lopatin
0ddf2fa508
get rid of unnecessary resource dirs, language and theme setting when default values are used
2015-01-22 16:14:43 +03:00