https://bitbucket.org/hudson/magic-lantern

sort by:
Revision Author Date Message Commit Date
1765136 Close branch arkanoid 24 April 2014, 10:25:32 UTC
1c41f32 Arkanoid: minor refactoring in key handling 24 April 2014, 08:14:03 UTC
0127e2a Arkanoid: fixed key handling for pause (handling the UNPRESS event made it stop quickly after starting the game) 24 April 2014, 08:13:19 UTC
4d24b8b arkanoid: make the game playable with front and rear wheel 23 April 2014, 20:12:39 UTC
f51156d arkanoid: place the balls correctly, minor changes 23 April 2014, 19:54:54 UTC
3f269c6 arkanoid: reverse pause 23 April 2014, 19:31:42 UTC
fe3ba17 arkanoid: cleanup 23 April 2014, 19:24:01 UTC
08e7e1b Arkanoid: nicer key handling (do not block all the GUI events). Fixes unwanted playing outside menu and maybe other subtle side effects. 22 April 2014, 15:31:40 UTC
b4201d8 Arkanoid: enable sound by default 22 April 2014, 08:43:58 UTC
0d920e9 arkanoid: limit num of balls to 5 so that arkanoid is responsive in higher levels, fine tunnings 06 April 2014, 16:17:01 UTC
8384985 arkanoid: cleanups, fine tunings 06 April 2014, 15:13:31 UTC
de85f04 arkanoid: spaces for tabs 06 April 2014, 14:37:40 UTC
bdd02b5 arkanoid: double linked list fix, more stable, no more null ptr 06 April 2014, 14:23:50 UTC
786cc7d Backout changeset c04747492ee6196d8a573a21f70bc166b74630e2 06 April 2014, 12:57:25 UTC
1f8579f Backout changeset d98b3f8120e8816e6e07f7e22f770a311ae1ea6f 06 April 2014, 00:28:42 UTC
38c853d arkanoid: doubly linked list for storing arkanoid elements, clean up, comments, spaces 05 April 2014, 23:23:56 UTC
12998d4 arkanoid: control pad only if we are in the gameplay 31 March 2014, 22:15:45 UTC
5bdd5b5 arkanoid: correct elem_loop in game start func 31 March 2014, 22:13:07 UTC
c0878b1 arkanoid: handle fades properly 31 March 2014, 22:09:04 UTC
0813b21 arkanoid: spaces, fixed balls movement now is it more stable 31 March 2014, 21:55:20 UTC
9e446f7 arkanoid: spaces, reset_elem set ELEM_END at the beginning 30 March 2014, 21:42:58 UTC
7609128 arkanoid: spaces, revert 460 fix causes side effects 29 March 2014, 23:31:45 UTC
6430f00 arkanoid: spaces, optimalize arkanoid logo function 29 March 2014, 23:04:54 UTC
5a85b8a arkanoid: do not generate more brick if we reach the maximum of elems 29 March 2014, 23:01:12 UTC
a5b8d8a arkanoid: changed elem numbering so that NULL is 0 29 March 2014, 22:58:59 UTC
ccde812 arkanoid: spaces, use memset in reset elem func 29 March 2014, 22:52:54 UTC
6f9b301 arkanoid: correct tabs 29 March 2014, 22:26:00 UTC
1140f93 arkanoid: more spaces 29 March 2014, 22:24:34 UTC
7d82b13 arkanoid: spaces 29 March 2014, 22:22:34 UTC
732e0da arkanoid: comments 29 March 2014, 22:19:56 UTC
b82b08c arkanoid: dont want for the sounds causes lags 29 March 2014, 22:18:59 UTC
5adda36 arkanoid: handle pauses correctly, clean up states 29 March 2014, 22:07:04 UTC
369a4c8 Arkanoid: undo debug code 11 March 2014, 18:14:07 UTC
02e978a Arkanoid: hopefully fixed balls bouncing from the bottom edge (hard to reproduce, just keep playing) 11 March 2014, 17:51:10 UTC
745e172 Arkanoid: reworked sounds to give priority to important ones (e.g. losing ball) 11 March 2014, 17:50:35 UTC
b50c5eb Arkanoid: bunch of fine-tunings, now it feels a little more solid 11 March 2014, 17:11:55 UTC
7ade00f Arkanoid: warning cleanup 11 March 2014, 10:52:10 UTC
ba4d193 Arkanoid: experimental drawing algorithm for reducing flicker (no double buffering; it's too slow) 11 March 2014, 10:51:05 UTC
1502b9d Arkanoid: some quick'n'dirty sound effects 11 March 2014, 10:32:59 UTC
1d44d1a Arkanoid: reworked the state machine and removed the global lock (should fix many subtle bugs) 11 March 2014, 10:26:29 UTC
de00368 Basic cleanup in modules (fixes build errors for default module set) 11 March 2014, 08:16:08 UTC
0d0cbd1 Re-enabled flexinfo and fixed warnings 11 March 2014, 07:59:11 UTC
d95d468 Fix dummy set_expsim on 1100D 11 March 2014, 07:52:03 UTC
137d1f6 Fix warnings related to DISPLAY_IS_ON in 550D 11 March 2014, 07:51:47 UTC
0e4ba36 Fix typo in lens.h 11 March 2014, 07:45:43 UTC
3ba8be7 Removed duplicate declarations in gui-common.h 11 March 2014, 07:45:16 UTC
e76ed3c Undo unwanted mod->MOD replacements in tinypy 11 March 2014, 07:43:19 UTC
808411b And now... let's get rid of -Wno-implicit-function-declaration! 10 March 2014, 23:01:23 UTC
70c8a73 General warning cleanup all over the place 10 March 2014, 23:01:01 UTC
31799da Disabled flexinfo (to be refactored with something similar to lvinfo) 10 March 2014, 22:56:58 UTC
6e3ef7b Misc declarations 10 March 2014, 22:54:12 UTC
38cd198 Declared ENGIO routines 10 March 2014, 22:52:13 UTC
a05fcae More declarations in cropmarks.h 10 March 2014, 22:46:02 UTC
7d28958 Cleanup in bmp.c, more declarations to bmp.h 10 March 2014, 22:42:11 UTC
60a1aed Cleaned up warnings in gui-common.c; declared all button handlers in gui-common.h 10 March 2014, 22:38:31 UTC
ee23eec Moved HDR video functions to hdr.h, cleaned up warnings in hdr.c and disabled FEATURE_HDR_EXTENDED for refactoring 10 March 2014, 22:34:03 UTC
42d35a5 Cleanup in lens.c, removed some obsolete functions 10 March 2014, 22:29:22 UTC
27b9b80 Fix declaration of fps_override_shutter_blanking 10 March 2014, 22:27:06 UTC
46cefcc Declared external tcc_load_offline_section in module.c 10 March 2014, 22:19:00 UTC
fad34c1 Fix audio includes to compile cleanly on both 5D3 and 60D 10 March 2014, 22:17:13 UTC
18907d4 Declared shoot-related functions (some unrelated) to shoot.c 10 March 2014, 22:16:01 UTC
5ec7823 Declared functions exported from fps-engio.c in fps.h (todo: rename fps-engio.c to fps.c) 10 March 2014, 18:34:37 UTC
ae0f738 FIO cleanups: FIO_RemoveFile, FIO_GetFileSize, FIO_CreateDirectory, dump_seg, _card_tweaks 10 March 2014, 21:57:12 UTC
5548feb Declared zebra-related functions (some unrelated) in zebra.h and fixed idle_wakeup_reset_counters call from tweaks.c 10 March 2014, 12:46:48 UTC
303eaed Declared implicit functions related to modules 10 March 2014, 18:36:58 UTC
5a9c4ed Declared some GUI-related functions (dialog.h, gui-common.h, menu.h) 10 March 2014, 18:41:34 UTC
9d4e7e9 Declared some lens-related (some unrelated) routines in lens.h 10 March 2014, 18:46:08 UTC
5341274 Declared is_native_movie_mode in propvalues.h 10 March 2014, 18:49:34 UTC
09e1de9 Declared some crash-related routines in debug.h (they are implemented in boot-hack.c, but they should be moved) 10 March 2014, 18:42:47 UTC
6f668e2 Audio declaration cleanup (only checked AK) 10 March 2014, 12:43:53 UTC
7cb10f7 Misc declarations related to menu 10 March 2014, 12:47:26 UTC
eb6bafa Declared console routines in console.h 10 March 2014, 21:25:27 UTC
8a5e193 Declared some lvinfo-related routines in lvinfo.h (they should be moved from lens.c) 10 March 2014, 18:47:34 UTC
d56c104 Declared some EDMAC routines 10 March 2014, 18:27:27 UTC
6b4bdea Declared focus-related functions in focus.h 10 March 2014, 21:15:57 UTC
c8dfc91 Declared free memory info routines in mem.c/h 10 March 2014, 21:10:38 UTC
d7f967f Added notify_box.h 10 March 2014, 18:44:02 UTC
5c60cfe Declared fsuDecodePartitionTable and removed unused code in bootflags.c 10 March 2014, 18:41:02 UTC
cbd5760 Declared playback ASIF stubs in beep.c 10 March 2014, 18:39:46 UTC
d631d0e Declared implicit stubs in property.c and cleaned up unused functions in property.h 10 March 2014, 18:37:47 UTC
e6b85c9 Declared battery functions in battery.h 10 March 2014, 18:32:43 UTC
6773ee5 Declared picture style functions in picstyle.h 10 March 2014, 18:32:10 UTC
004294b Declared implicit stubs in exmem.c 10 March 2014, 18:29:27 UTC
126defc Moved dump_seg and dump_big_seg to fio-ml.c/h 10 March 2014, 13:02:34 UTC
e76dc7f Made expsim private (use get_expsim instead) 10 March 2014, 12:56:50 UTC
c04ac86 Declared msg_queue_post 10 March 2014, 12:47:04 UTC
7732af4 Declared some BMP-related functions and moved bmp_on/off/zoom to bmp.c 10 March 2014, 12:45:38 UTC
a0c2e12 Declared log_length and moved to imath.c 10 March 2014, 11:42:58 UTC
2b98add Declared CHDK GUI routines and removed local types "color" and "coord" 10 March 2014, 11:40:36 UTC
207c2ba Replaced abs calls with ABS to keep things consistent 10 March 2014, 11:33:58 UTC
a7f44bb Declared some timing routines 10 March 2014, 11:29:46 UTC
1320f2e Moved redraw_after from shoot.c to gui-common.c 10 March 2014, 11:15:46 UTC
ae2d03f Moved bin_search from shoot.c to util.c/h 10 March 2014, 20:41:51 UTC
01bead8 Declared some config.h routines 10 March 2014, 11:08:43 UTC
94bc684 Declared LED blinking routines 10 March 2014, 11:08:32 UTC
d26fb11 Declared find_ml_card/load_fonts and made them private for modules (underscore) 10 March 2014, 11:03:02 UTC
ff05be3 Removed duplicate beep definitions from dryos.h 10 March 2014, 10:55:12 UTC
6d1cfd0 Renamed FIO_Open to FIO_OpenFile for consistency 10 March 2014, 20:20:38 UTC
65dc3a8 Moved FIO definitions from dryos.h to fio-ml.h 10 March 2014, 20:12:06 UTC
b515fa7 Removed dummy console definitions 10 March 2014, 10:35:48 UTC
back to top