11-20-2013, 03:38 AM
Because I didn't test thoroughly, and didn't know if someone wanted to expand on it.
Random Chitchat 2012-2016
|
11-20-2013, 03:38 AM
Because I didn't test thoroughly, and didn't know if someone wanted to expand on it.
11-20-2013, 07:40 AM
Yes, it's not nearly done yet
I started working on ItemFrames, but it doesn't compile and I can't find the problem. I get these errors:
Quote:1>g:\mcserver\nieuwste versie\trunk\source\entities\../World.h(7) : error C2236: unexpected 'enum' 'ENUM_ITEM_ID'. Did you forget a ';'?
It keeps telling you: >>Did you forget a ';'?<<
Check your new header file, if there's a semicolon after the class definition. >> 'cItemFrame' followed by 'bool' is illegal (did you forget a ';'?)<< then even tells you where to look - the cItemFrame class is most probably the culprit.
11-22-2013, 03:29 AM
Ah yea I forget a ; after the cItemFrame class. Thanks I had absolutly no idea what I was doing wrong. I kept looking for a problem in the ItemItemFrameHandler class
11-23-2013, 06:58 AM
While I was working on a plugin that allows you to open the APIDump generated pages from the webadmin I noticed that you "can't" have borders around tables in the webadmin: http://puu.sh/5qciK.png
11-23-2013, 09:14 AM
Some CSS magic could probably fix that. Not that I would know how, though.
11-23-2013, 09:20 AM
(This post was last modified: 11-23-2013, 09:32 AM by SamJBarney.)
I'm a web developer. What exactly do you need?
As you can see when you use this plugin:
OpenAPIDump.zip (Size: 792 bytes / Downloads: 212) then go to the webadmin and then switch to the no layout mode. There are no borders around the tables. |
« Next Oldest | Next Newest »
|