Example : Added a pnacl example
[nit.git] / examples /
2014-05-06 DjomanixExample : Added a pnacl example
2014-04-15 Jean PrivatMerge: Shoot for android
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-15 Jean Privatshoot: use a scale factor to compute the game dimentions
2014-04-15 Jean Privatshoot: add scene to sprites and use it to gather global...
2014-04-15 Jean Privatshoot: specialize scene to add witdth and height
2014-04-14 Jean Privatshoot: control player with `PointerEvent`
2014-04-14 Jean Privatshoot: add Player::going_target
2014-04-14 Jean Privatshoot: make android
2014-04-07 Jean PrivatMerge: nitg: activate nit-stacktrace by default
2014-04-07 Jean PrivatMerge: Websockets
2014-04-07 Lucas Bajoletlib/websocket: Added sample code for a Websocket server
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Jean Privatballz: do not use --no-stacktrace in Makefile
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-04 Jean PrivatMerge: Config related services in EGL
2014-04-03 Alexis Laferrièrelib/egl: add EGLConfigAttribs.buffer|blue|green|red...
2014-04-03 Alexis Laferrièrelib/egl: add EGLConfigAttribs::conformant and related...
2014-04-03 Alexis Laferrièrelib/egl: add EGLConfigAttribs::caveat and related services
2014-04-03 Jean Privatballz: rename to `ballz_android` so tests can check it
2014-04-02 Alexis Laferrièremoles: lower difficulty
2014-04-02 Alexis Laferrièremoles: add rules to Makefile; android-install and pngs
2014-04-02 Alexis Laferrièremoles: add traps!
2014-04-02 Alexis Laferrièremoles: add signs
2014-04-02 Alexis Laferrièremoles: add details to holes
2014-04-02 Alexis Laferrièremoles: use a darker background color
2014-04-02 Alexis Laferrièremoles: improve spacing of holes
2014-04-02 Alexis Laferrièremoles: set scale according to screen resolution on...
2014-04-02 Alexis Laferrièremoles: enable setting scale by platform
2014-04-02 Alexis Laferrièremoles: make number of rows and columns customizable...
2014-04-02 Alexis Laferrièremoles: fix order of columns and rows
2014-04-02 Alexis Laferrièremoles: cuter images
2014-04-02 Alexis Laferrièremoles: empty or hit moles do not intercept taps
2014-04-02 Alexis Laferrièremoles: improve display scaling
2014-04-02 Alexis Laferrièremoles: improve the documentation
2014-04-02 Alexis Laferrièremoles: improve coding style of mnit_moles
2014-04-01 Jean PrivatMerge: Android Sensors + mnit_ballz
2014-04-01 Romain Chanoirexamples: Adding mnit_ballz, a game using android_senso...
2014-03-31 Alexis Laferrièredino: javelins on ground have different angles
2014-03-31 Alexis Laferrièredino: reset level after death
2014-03-31 Alexis Laferrièredino: draw a darker background
2014-03-31 Alexis Laferrièredino: break items on ground when run over
2014-03-31 Alexis Laferrièredino: add bushes!
2014-03-31 Alexis Laferrièredino: keep track of the score and display it
2014-03-31 Alexis Laferrièredino: add digits to assets
2014-03-31 Alexis Laferrièredino: set rand seed at the number of cavemen
2014-03-31 Alexis Laferrièredino: each caveman has a random speed
2014-03-31 Alexis Laferrièredino: each caveman flee in different angles
2014-03-31 Alexis Laferrièredino: each caveman has a predisposition for a hunting...
2014-03-31 Alexis Laferrièredino: cavemen do not get run over by dead dino
2014-03-31 Alexis Laferrièredino: display text under the hearts
2014-03-31 Alexis Laferrièredino: move down hearts according to platform
2014-03-18 Jean Privatlib/html: adapt HTMLPage & HTMLTag to Streamable
2014-03-13 Alexis Laferrièreexamples: simplify Makefiles of mnit examples
2014-03-10 Jean PrivatMerge remote-tracking branch 'alexis/more-android'
2014-03-10 Jean Privatexample: add an example for lib/template
2014-03-08 Alexis Laferrièreexample: update mnit examples with android version
2014-03-07 Alexis Laferrièreexample: fix and simplify the curl_http example
2014-03-07 Alexis Laferrièreexamples: fix curl_mail with latest changes to the lib
2014-03-07 Alexis Laferrièreexamples: fix indentation of curl examples
2014-03-03 Alexis Laferrièreexamples/moles: display score using mnit numbers
2014-03-03 Alexis Laferrièreexamples: update Makefiles of mnit examples to use...
2014-03-03 Alexis Laferrièreexamples/dino: replace closure by a custom sorter
2014-02-26 Alexis Laferrièreexamples: adds the hello_triangle example using glesv2...
2014-02-24 Jean PrivatMerge branch 'c_ffi_alive_again'
2014-02-24 Alexis Laferrièreexample: update and fix the extern_methods example
2014-02-24 Jean PrivatMerge remote-tracking branch 'lucas/string_integration'
2014-02-17 Alexis Laferrièrelib: update the callback_monkey example to the latest...
2014-02-17 Lucas Bajoletstdlib/strings: Removed usage of Strings as SequenceRea...
2014-02-12 Jean PrivatMerge branch 'calculator' of https://github.com/BlackMi...
2014-02-12 Alexis Laferrièreexamples/calculator & lib/gtk: fix whitespaces
2014-01-24 Romain Chanoirexamples : fix a bug when clicking on the "." button...
2014-01-24 Romain Chanoirexamples : adds the disabling of "." button in calculator
2014-01-24 Romain Chanoirexamples : fix bug with C > 0 > . > 0 > 0 > 0 > 0 > 1
2014-01-14 Romain Chanoirexamples: adds tests for the 'C' button and multiple...
2014-01-13 Romain Chanoirexamples: fix the display of "," when there are no...
2014-01-13 Romain Chanoirexamples: adds a 'C' button to the calculator
2014-01-13 Romain Chanoirexamples: improves decimal display in calculator
2014-01-13 Romain Chanoirexamples: fix grid size for buttons in calculator
2014-01-13 Romain Chanoirexamples: fix a bug with decimals in calculator
2013-11-19 Jean Privatremove closures from code
2013-10-24 Jean Privatexamples: update curl_http to have a consistant behavio...
2013-10-16 Jean Privatlib: remove the now useless class NaiveCollection
2013-08-26 Jean Privatshoot: mnit version
2013-08-26 Jean Privatshoot: move game to a src sub-directory
2013-08-25 Alexis Laferrièreexamples/mnit_moles: regulate framerate
2013-08-25 Alexis Laferrièreexamples/mnit_dino: regulate framerate
2013-08-25 Alexis Laferrièreexamples/mnit_dino: adds missing Makefile
2013-08-25 Alexis Laferrièreexamples: intro a real game using mnit: dino!
2013-08-25 Alexis Laferrièreexamples: intro the mnit game: moles
2013-08-25 Alexis Laferrièreexamples: intro a very simple mnit application
2013-08-23 Alexis Laferrièreexamples: adds a use of the privileges module
2013-08-05 Alexis Laferrièreexamples: converts examples/extern_methods to use FFI
2013-08-01 Jean PrivatMerge branch 'curl'
2013-07-31 Matthieu Lucaslib: fixing tests programs of curl
2013-07-31 Alexis Laferrièreexamples: clean up empty lines in curl_mail.nit
2013-07-31 Matthieu Lucaslib: integrating Mail module inside Curl module
2013-07-29 Alexis Laferrièrelib: improves testing of curl_http
2013-07-29 Jean PrivatMerge remote-tracking branch 'alexis/raspberry-pi'
next