User talk:Ssg: Difference between revisions
Jump to navigation
Jump to search
m (ssg.oni2.net) |
(What types do we have?) |
||
Line 5: | Line 5: | ||
:Pretty please. I'll assist you in every way you'll need ^^ | :Pretty please. I'll assist you in every way you'll need ^^ | ||
::[[User:Geyser|geyser]] 18:01, 27 August 2007 (CEST) | ::[[User:Geyser|geyser]] 18:01, 27 August 2007 (CEST) | ||
---- | |||
What types do we have for the tables?: | |||
== | *number = int + lenght in bits (f.e. int32) | ||
*4 byte float = float (or float32 ?) | |||
*4 byte file id = red_id | |||
*4 byte level id = lev_id | |||
*4 byte link = ??? | |||
*4 byte color = ??? | |||
*4 byte offset = ??? | |||
*1 byte bitset = bitset ? | |||
*string = char[lenght in bytes] | |||
*high bit = ??? | |||
*boolean = bool ? | |||
Any other types? | |||
How to distinguish between the different integers (Byte, UByte, Short, UShort, Long, ULong)? | |||
*Byte = -128 to 127 | |||
*UByte = 0 to 255 | |||
*Short = -32768 to 32767 | |||
*UShort = 0 to 65535 | |||
*Long = -2,147,483,648 to 2,147,483,647 | |||
*ULong = 0 to 4,294,967,295 | |||
[[User:Ssg|Ssg]] 11:00, 3 September 2007 (CEST) | |||
<!-- please don't delete this | |||
http://14mb.de/u/ccc/botright.gif | |||
--> | --> |
Revision as of 09:00, 3 September 2007
I'm going to close my webspace account at university. That means that Oni Stuff will go offline on Thursday indefinitely. Ssg 13:51, 27 August 2007 (CEST)
- How about moving the whole thing onto ssg.oni2.net?
- Pretty please. I'll assist you in every way you'll need ^^
- geyser 18:01, 27 August 2007 (CEST)
What types do we have for the tables?:
- number = int + lenght in bits (f.e. int32)
- 4 byte float = float (or float32 ?)
- 4 byte file id = red_id
- 4 byte level id = lev_id
- 4 byte link = ???
- 4 byte color = ???
- 4 byte offset = ???
- 1 byte bitset = bitset ?
- string = char[lenght in bytes]
- high bit = ???
- boolean = bool ?
Any other types?
How to distinguish between the different integers (Byte, UByte, Short, UShort, Long, ULong)?
- Byte = -128 to 127
- UByte = 0 to 255
- Short = -32768 to 32767
- UShort = 0 to 65535
- Long = -2,147,483,648 to 2,147,483,647
- ULong = 0 to 4,294,967,295
Ssg 11:00, 3 September 2007 (CEST)