Subversion Repositories filter_foundry

Rev

Rev 274 | Rev 282 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 274 Rev 276
Line 3... Line 3...
3
==================
3
==================
4
 
4
 
5
Known bugs
5
Known bugs
6
----------
6
----------
7
 
7
 
8
* 32/64 bit cross creation is not possible if obfuscation is compiler dependent! We need to make something different!
8
(Nothing here yet)
9
 
9
 
10
 
10
 
11
Minor priority stuff or ideas
11
Minor priority stuff or ideas
12
-----------------------------
12
-----------------------------
13
 
13
 
-
 
14
* When a filter is created obfuscated and you click "Make" again, should then be the "obfuscate" checkbox be checked again?
-
 
15
 
14
* The filter `r*(y&1)` looks horrible when you zoom out!
16
* The filter `r*(y&1)` looks horrible when you zoom out!
15
 
17
 
16
* Memory leak: `strdup()` and `my_strdup()` need `free()` !
18
* Memory leak: `strdup()` and `my_strdup()` need `free()` !
17
 
19
 
18
* Why can't we edit *.rc files in Visual Studio?
20
* Why can't we edit *.rc files in Visual Studio?