Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Linux version updated |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f2ee538d661bb7aa8b974921c85324b9 |
User & Date: | bernd 2014-03-21 19:39:44.103 |
Context
2014-03-21
| ||
20:02 | Fixed Linux problem with FreetypeGL - need to init context first check-in: 10867065c5 user: bernd tags: trunk | |
19:39 | Linux version updated check-in: f2ee538d66 user: bernd tags: trunk | |
00:18 | A number of bugfixes check-in: 6674bfca65 user: bernd tags: trunk | |
Changes
Changes to gles2/.libs/libsoil.so.
cannot compute difference between binary files
Changes to opengl/linux.fs.
︙ | ︙ | |||
102 103 104 105 106 107 108 109 110 111 112 113 114 115 | begin-structure app_input_state field: action field: flags field: metastate field: edgeflags field: pressure field: size field: tcount field: x0 field: y0 field: x1 field: y1 field: x2 field: y2 | > > | 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | begin-structure app_input_state field: action field: flags field: metastate field: edgeflags field: pressure field: size 2field: starttime 2field: downtime field: tcount field: x0 field: y0 field: x1 field: y1 field: x2 field: y2 |
︙ | ︙ | |||
240 241 242 243 244 245 246 247 248 | :noname ; handler-class to DoOne \ doesn't exit, either :noname ic event look_chars $FF look_key comp_stat XUtf8LookupString ?dup-IF look_chars swap ELSE look_key l@ x-key>ekey THEN unkeys ; handler-class to DoKeyPress :noname ; handler-class to DoKeyRelease :noname 0 *input action ! 1 *input pressure ! e.x l@ e.y l@ *input y0 ! *input x0 ! ; handler-class to DoButtonPress :noname 1 *input action ! 0 *input pressure ! | > | | > | 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 | :noname ; handler-class to DoOne \ doesn't exit, either :noname ic event look_chars $FF look_key comp_stat XUtf8LookupString ?dup-IF look_chars swap ELSE look_key l@ x-key>ekey THEN unkeys ; handler-class to DoKeyPress :noname ; handler-class to DoKeyRelease :noname 0 *input action ! 1 *input pressure ! e.time @ s>d *input starttime 2! 0. *input downtime 2! e.x l@ e.y l@ *input y0 ! *input x0 ! ; handler-class to DoButtonPress :noname 1 *input action ! 0 *input pressure ! e.time l@ s>d *input starttime 2@ d- *input downtime 2! e.x l@ *input x0 ! e.y l@ *input y0 ! ; handler-class to DoButtonRelease :noname *input pressure @ IF 2 *input action ! e.time @ s>d *input starttime 2@ d- *input downtime 2! e.x l@ e.y l@ *input y0 ! *input x0 ! THEN ; handler-class to DoMotionNotify :noname ; handler-class to DoEnterNotify :noname ; handler-class to DoLeaveNotify :noname e.window @ focus-ic ; handler-class to DoFocusIn :noname ; handler-class to DoFocusOut :noname ; handler-class to DoKeymapNotify |
︙ | ︙ |