Commit Graph

41 Commits

Author SHA1 Message Date
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
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 d6bdd4ab1c Tetris hdpi support 2016-04-22 15:02:49 +03:00
Vadim Lopatin 94d1761b84 tweal Tetris example for High DPI 2016-04-22 14:24:30 +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 1dde772437 Event listener names refactoring 2015-12-03 16:29:45 +03:00
Vadim Lopatin 8ab10544e5 X11 project files updated 2015-12-03 11:30:20 +03:00
Vadim Lopatin d33b5d1c93 fix Tetris example - falling after full rows removing - #94 2015-11-10 16:14:02 +03:00
Vadim Lopatin 2a839fc4e7 win_app.def - GUI mode for Win32 (8.1) 2015-05-29 08:30:16 +03:00
Vadim Lopatin d7ecdc4417 fix Tetris example build on dmd 2.0.67 2015-03-25 09:20:03 +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
John Colvin d721c13f55 fix row counter 2015-01-28 13:16:46 +00:00
Vadim Lopatin 5b1c0de0ae embedded resources in examples; embedded i18n resources support 2015-01-22 15:48:01 +03:00
Vadim Lopatin c78814fa6c minimize dub.json content 2015-01-22 09:33:12 +03:00
Vadim Lopatin 981f53b825 Tetris example: add controls 2014-12-26 15:08:17 +03:00
Vadim Lopatin a77a20e6e7 Tetris example improvements 2014-12-26 14:20:12 +03:00
Vadim Lopatin af5a631051 move files 2014-12-26 13:22:19 +03:00
Vadim Lopatin 52b21b9d88 Tetris example: refactoring 2014-12-26 13:19:40 +03:00
Vadim Lopatin a29fdb0fa1 Tetris example: fall down after rows are filled 2014-12-26 11:47:11 +03:00
Vadim Lopatin a91138cb56 Tetris example: refactoring & improvements; destroying of full rows 2014-12-26 09:46:10 +03:00
Vadim Lopatin 1bab98e87e Tetris example: refactoring 2014-12-25 15:39:40 +03:00
Vadim Lopatin 75cb2325cb Tetris example: refactoring 2014-12-25 15:18:23 +03:00
Vadim Lopatin 939f85cd93 Tetris example: controls; game over handling 2014-12-25 14:05:49 +03:00
Vadim Lopatin 8d985baad2 tetris: fast fall 2014-12-25 12:22:59 +03:00
Vadim Lopatin ba0b4df568 set focus on window show; Tetris example - fix focus 2014-12-25 11:46:23 +03:00
Vadim Lopatin 9cca695c8d Tetris example: key handling 2014-12-24 15:18:15 +03:00
Vadim Lopatin 666c27edf1 tetris example update 2014-12-24 15:09:04 +03:00
Vadim Lopatin b52284a7fc tetris example: falling figures 2014-12-24 14:37:42 +03:00
Vadim Lopatin 26a90eeb42 tetris example development 2014-12-23 16:00:00 +03:00
Vadim Lopatin 8a448ef8fc tetris example 2014-12-23 13:41:03 +03:00
Vadim Lopatin 58d0d0c3fa fixes 2014-12-22 19:38:46 +03:00
Vadim Lopatin 0a7ee96cb8 Tetris example, continue 2014-12-22 18:31:55 +03:00
Vadim Lopatin 1b29c6b5dc add Tetris example - initial version 2014-12-22 17:00:06 +03:00